ARB
Public Member Functions | List of all members
ALI_TARRAY< T > Class Template Reference

#include <ali_tarray.hxx>

Inheritance diagram for ALI_TARRAY< T >:
Inheritance graph
[legend]
Collaboration diagram for ALI_TARRAY< T >:
Collaboration graph
[legend]

Public Member Functions

 ALI_TARRAY (unsigned long Size)
 
 ALI_TARRAY (ALI_TLIST< T > *list)
 
 ~ALI_TARRAY ()
 
unsigned long size ()
 
void set (unsigned long position, T value)
 
T get (unsigned long position)
 

Detailed Description

template<class T>
class ALI_TARRAY< T >

Definition at line 19 of file ali_tarray.hxx.

Constructor & Destructor Documentation

template<class T>
ALI_TARRAY< T >::ALI_TARRAY ( unsigned long  Size)
inline

Definition at line 24 of file ali_tarray.hxx.

template<class T>
ALI_TARRAY< T >::ALI_TARRAY ( ALI_TLIST< T > *  list)
inline

Definition at line 29 of file ali_tarray.hxx.

template<class T>
ALI_TARRAY< T >::~ALI_TARRAY ( )
inline

Definition at line 42 of file ali_tarray.hxx.

Member Function Documentation

template<class T>
unsigned long ALI_TARRAY< T >::size ( )
inline

Definition at line 46 of file ali_tarray.hxx.

template<class T>
void ALI_TARRAY< T >::set ( unsigned long  position,
T  value 
)
inline

Definition at line 49 of file ali_tarray.hxx.

Referenced by ali_aligner_dellist::starts().

template<class T>
T ALI_TARRAY< T >::get ( unsigned long  position)
inline

Definition at line 54 of file ali_tarray.hxx.


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