Pyro higlevel API
Public Member Functions | List of all members
Array< T > Class Template Reference

Public Member Functions

 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
 

Constructor & Destructor Documentation

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

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 >
T * Array< T >::operator[] ( uint  nID) const
template<class T >
void Array< T >::Remove ( int  nIndex)