casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Array.h File Reference
#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.

Classes

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
 

Namespaces

 casacore
 this file contains all the compiler specific defines
 

Macros

#define CASA_ARRAY_2_H
 

Functions

template<typename T , typename Alloc >
void casacore::swap (Array< T, Alloc > &first, Array< T, Alloc > &second)
 Swap the first array with the second. More...
 

Macro Definition Documentation

#define CASA_ARRAY_2_H