#include "ArrayBase.h"
#include "ArrayError.h"
#include "IPosition.h"
#include "MaskLogiArrFwd.h"
#include "Storage.h"
#include <complex>
#include <iterator>
#include <initializer_list>
#include <type_traits>
#include "ArrayStr.h"
#include "Array.tcc"
Go to the source code of this file.
|
| class | casacore::Array< T, Alloc > |
| | A templated N-D Array class with zero origin. Array<T, Alloc> is a templated, N-dimensional, Array class. The origin is zero, but by default indices are zero-based. This Array class is the base class for the Vector, Matrix, and Cube subclasses. More...
|
| |
| struct | casacore::Array< T, Alloc >::uninitializedType |
| | This is a tag for the constructor that may be used to construct an uninitialized Array. More...
|
| |
| class | casacore::Array< T, Alloc >::BaseIteratorSTL |
| | See the function begin() and end() for a detailed description of the STL iterator capability. More...
|
| |
| class | casacore::Array< T, Alloc >::IteratorSTL |
| |
| class | casacore::Array< T, Alloc >::ConstIteratorSTL |
| |
|
| | casacore |
| | this file contains all the compiler specific defines
|
| |
|
| template<typename T , typename Alloc > |
| void | casacore::swap (Array< T, Alloc > &first, Array< T, Alloc > &second) |
| | Swap the first array with the second. More...
|
| |