|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
CPathMeshAlloc Template Class Reference<Class description>.
More...
#include <path_mesh_alloc.h>
List of all members.
Detailed Description
template<class T> template class CPathMeshAlloc
<Class description>.
-
Author(s):
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 53 of file path_mesh_alloc.h.
Member Typedef Documentation
template<classT> |
typedef std::list< std::auto_ptr<CArrayElement<T> > > CPathMeshAlloc<T>::ListArray [private]
|
|
Constructor & Destructor Documentation
template<classT> |
CPathMeshAlloc<T>::CPathMeshAlloc<T> (
|
uint defaultSize ) [inline]
|
|
Member Function Documentation
template<classT> |
std::vector< T >* CPathMeshAlloc<T>::allocate<T> (
|
) [inline]
|
|
template<classT> |
void CPathMeshAlloc<T>::free (
|
std::vector< T >* ptr ) [inline]
|
|
Member Data Documentation
template<classT> |
ListArray CPathMeshAlloc<T>::_ArrayList [private]
|
|
template<classT> |
uint CPathMeshAlloc<T>::_BlockAllocated [private]
|
|
template<classT> |
uint CPathMeshAlloc<T>::_DefaultSize [private]
|
|
The documentation for this class was generated from the following file:
|
|