Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SymmObjArray< T > Class Template Reference

template<class T>
class SymmObjArray< T >

Definition at line 12 of file SymmObjArray.hh.

Public Member Functions

 SymmObjArray (unsigned int n=0)
 
 SymmObjArray (const SymmObjArray &)
 
virtual ~SymmObjArray ()
 
unsigned int Last ()
 
SymmObjArrayoperator= (const SymmObjArray &other)
 
Toperator[] (int i)
 
void Read (FILE *f)
 
void Resize (unsigned int sz)
 
void Write (FILE *f)
 

Protected Member Functions

void Resize0 (unsigned int sz)
 

Protected Attributes

Trec
 
int Size
 
Tzero
 

#include <SymmObjArray.hh>

Inheritance diagram for SymmObjArray< T >:
[legend]

Constructor & Destructor Documentation

template<class T >
SymmObjArray< T >::SymmObjArray ( unsigned int  n = 0)
explicit

Definition at line 9 of file SymmObjArray.cc.

template<class T >
SymmObjArray< T >::SymmObjArray ( const SymmObjArray< T > &  a)
explicit

Definition at line 17 of file SymmObjArray.cc.

template<class T >
SymmObjArray< T >::~SymmObjArray ( )
virtual

Definition at line 31 of file SymmObjArray.cc.

Member Function Documentation

template<class T>
unsigned int SymmObjArray< T >::Last ( )
inline

Definition at line 22 of file SymmObjArray.hh.

template<class T >
SymmObjArray< T > & SymmObjArray< T >::operator= ( const SymmObjArray< T > &  other)

Definition at line 23 of file SymmObjArray.cc.

template<class T>
T& SymmObjArray< T >::operator[] ( int  i)
inline

Definition at line 21 of file SymmObjArray.hh.

template<class T >
void SymmObjArray< T >::Read ( FILE *  f)

Definition at line 55 of file SymmObjArray.cc.

template<class T >
void SymmObjArray< T >::Resize ( unsigned int  sz)

Definition at line 36 of file SymmObjArray.cc.

template<class T >
void SymmObjArray< T >::Resize0 ( unsigned int  sz)
protected

Definition at line 41 of file SymmObjArray.cc.

template<class T >
void SymmObjArray< T >::Write ( FILE *  f)

Definition at line 49 of file SymmObjArray.cc.

Member Data Documentation

template<class T>
T* SymmObjArray< T >::rec
protected

Definition at line 27 of file SymmObjArray.hh.

template<class T>
int SymmObjArray< T >::Size
protected

Definition at line 26 of file SymmObjArray.hh.

template<class T>
T* SymmObjArray< T >::zero
protected

Definition at line 28 of file SymmObjArray.hh.


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