Public Member Functions | Public Attributes

ms3d::List< T > Class Template Reference

#include <List.h>

List of all members.

Public Member Functions

 List (void)
 ~List (void)
 List (const List &rhs)
Listoperator= (const List &rhs)
 operator T * ()
 operator const T * () const
T & operator[] (unsigned i)
const T & operator[] (unsigned i) const
bool Init (const unsigned char *buffer, unsigned *offset, unsigned number)

Public Attributes

T * data
unsigned length

template<class T>
class ms3d::List< T >


Constructor & Destructor Documentation

template<class T >
ms3d::List< T >::List ( void   ) 

Default constructor.

template<class T >
ms3d::List< T >::~List ( void   ) 

Destructor.

template<class T >
ms3d::List< T >::List ( const List< T > &  rhs  ) 

Copy constructor.


Member Function Documentation

template<typename T >
bool ms3d::List< T >::Init ( const unsigned char *  buffer,
unsigned *  offset,
unsigned  number 
)
template<class T>
ms3d::List< T >::operator const T * (  )  const [inline]
template<class T>
ms3d::List< T >::operator T * (  )  [inline]
template<class T >
List< T > & ms3d::List< T >::operator= ( const List< T > &  rhs  ) 

Copy assignment operator.

template<class T>
const T& ms3d::List< T >::operator[] ( unsigned  i  )  const [inline]
template<class T>
T& ms3d::List< T >::operator[] ( unsigned  i  )  [inline]

Member Data Documentation

template<class T>
T* ms3d::List< T >::data
template<class T>
unsigned ms3d::List< T >::length

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