casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
casa::SakuraAlignedArray< T > Class Template Reference

#include <SakuraAlignedArray.h>

Public Member Functions

 SakuraAlignedArray (size_t num_data)
 
 SakuraAlignedArray (casacore::Vector< T > const &in_vector)
 
 ~SakuraAlignedArray ()
 

Public Attributes

T * data
 
casacore::Vector< T > * casaVector
 

Private Member Functions

void initialize ()
 

Private Attributes

size_t num_data_
 
void * storage_
 

Detailed Description

template<typename T>
class casa::SakuraAlignedArray< T >

Definition at line 17 of file SakuraAlignedArray.h.

Constructor & Destructor Documentation

template<typename T >
casa::SakuraAlignedArray< T >::SakuraAlignedArray ( size_t  num_data)
template<typename T >
casa::SakuraAlignedArray< T >::SakuraAlignedArray ( casacore::Vector< T > const &  in_vector)
template<typename T >
casa::SakuraAlignedArray< T >::~SakuraAlignedArray ( )

Member Function Documentation

template<typename T >
void casa::SakuraAlignedArray< T >::initialize ( )
private

Member Data Documentation

template<typename T >
casacore::Vector<T>* casa::SakuraAlignedArray< T >::casaVector

Definition at line 24 of file SakuraAlignedArray.h.

template<typename T >
T* casa::SakuraAlignedArray< T >::data

Definition at line 23 of file SakuraAlignedArray.h.

template<typename T >
size_t casa::SakuraAlignedArray< T >::num_data_
private

Definition at line 27 of file SakuraAlignedArray.h.

template<typename T >
void* casa::SakuraAlignedArray< T >::storage_
private

Definition at line 28 of file SakuraAlignedArray.h.


The documentation for this class was generated from the following file: