Odamex
Setting the Standard in Multiplayer Doom
TArray< T > Class Template Reference

#include <tarray.h>

Public Member Functions

 TArray ()
 TArray (int max)
 ~TArray ()
T & operator[] (size_t index) const
size_t Push (T item)
bool Pop (T &item)
size_t Size ()
size_t Max ()
void Clear ()

template<class T>
class TArray< T >


Constructor & Destructor Documentation

template<class T>
TArray< T >::TArray ( ) [inline]
template<class T>
TArray< T >::TArray ( int  max) [inline]
template<class T>
TArray< T >::~TArray ( ) [inline]

Member Function Documentation

template<class T>
void TArray< T >::Clear ( ) [inline]
template<class T>
size_t TArray< T >::Max ( ) [inline]
template<class T>
T& TArray< T >::operator[] ( size_t  index) const [inline]
template<class T>
bool TArray< T >::Pop ( T &  item) [inline]
template<class T>
size_t TArray< T >::Push ( item) [inline]
template<class T>
size_t TArray< T >::Size ( ) [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends