Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Array Class Template Reference

#include <array.h>

List of all members.

Public Methods

 Array ()
 ~Array ()
int Insert (T *pcObject)
void Remove (int nIndex)
T* GetObj (uint nID) const
T* operator[] (uint nID) const
int GetTabCount (void) const
int GetMaxCount (void) const
int GetAvgCount (void) const

template<class T> class Array


Constructor & Destructor Documentation

template<class T>
Array< T >::Array<T> ( )
 

template<class T>
Array< T >::~Array<T> ( )
 


Member Function Documentation

template<class T>
int Array<T>::GetAvgCount ( void ) const [inline]
 

template<class T>
int Array<T>::GetMaxCount ( void ) const [inline]
 

template<class T>
T * Array<T>::GetObj ( uint nID ) const [inline]
 

template<class T>
int Array<T>::GetTabCount ( void ) const [inline]
 

template<class T>
int Array< T >::Insert ( T * pcObject )
 

template<class T>
void Array< T >::Remove ( int nIndex )
 

template<class T>
T * Array< T >::operator[] ( uint nIndex ) const
 


The documentation for this class was generated from the following file:
Generated at Sat Apr 7 16:11:33 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001