casacore
Classes | Namespaces | 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 >
  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
 
More...
 
class  casacore::Array< T, Alloc >::IteratorSTL
 
class  casacore::Array< T, Alloc >::ConstIteratorSTL
 

Namespaces

 casacore
 this file contains all the compiler specific defines
 

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...