SharedArray< T > Struct Template Reference

#include <SharedArray.h>

List of all members.

Public Member Functions

 SharedArray ()
 SharedArray (const SharedArray< T > &source)
 ~SharedArray ()
SharedArrayoperator= (const SharedArray< T > &source)
void free ()
void setSize (int size)
int getSize ()
T * getData ()
T & operator[] (int i)
const T & operator[] (int i) const

template<class T>
struct SharedArray< T >


Constructor & Destructor Documentation

template<class T >
SharedArray< T >::SharedArray (  )  [inline]

template<class T>
SharedArray< T >::SharedArray ( const SharedArray< T > &  source  )  [inline]

template<class T >
SharedArray< T >::~SharedArray (  )  [inline]


Member Function Documentation

template<class T >
void SharedArray< T >::free (  )  [inline]

template<class T >
T * SharedArray< T >::getData (  )  [inline]

template<class T >
int SharedArray< T >::getSize (  )  [inline]

template<class T>
SharedArray< T > & SharedArray< T >::operator= ( const SharedArray< T > &  source  )  [inline]

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

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

template<class T >
void SharedArray< T >::setSize ( int  size  )  [inline]


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

Generated on Wed Jan 21 14:06:57 2009 for TiDo Flowtion by  doxygen 1.5.8