Contains class for a templated 2d array. More...
#include <iosfwd>#include <cstddef>Go to the source code of this file.
Classes | |
| class | vbl_array_2d< T > |
| simple 2D array. More... | |
Macros | |
| #define | VBL_ARRAY_2D_INSTANTIATE extern "please include vbl/vbl_array_2d.hxx instead" |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &, vbl_array_2d< T > const &) |
Contains class for a templated 2d array.
Modifications Peter Vanroose -13nov98- added copy constructor and assignment operator AWF 10/12/98 Added row/column store. The old split was just too pedantic. PDA (Manchester) 21/03/2001: Tidied up the documentation
Definition in file vbl_array_2d.h.
| #define VBL_ARRAY_2D_INSTANTIATE extern "please include vbl/vbl_array_2d.hxx instead" |
Definition at line 176 of file vbl_array_2d.h.
| std::ostream& operator<< | ( | std::ostream & | , |
| vbl_array_2d< T > const & | |||
| ) |
Definition at line 13 of file vbl_array_2d.hxx.
1.8.15