# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

CArrayElement Template Class Reference

#include <path_mesh_alloc.h>

List of all members.

Public Methods

 CArrayElement (uint defaultSize)

Public Attributes

bool _Allocated
std::vector<T> _Array


Constructor & Destructor Documentation

template<classT>
CArrayElement<T>::CArrayElement<T> ( uint defaultSize ) [inline]
 

Definition at line 37 of file path_mesh_alloc.h.


Member Data Documentation

template<classT>
bool CArrayElement<T>::_Allocated
 

Definition at line 42 of file path_mesh_alloc.h.

template<classT>
std::vector< T > CArrayElement<T>::_Array
 

Definition at line 43 of file path_mesh_alloc.h.


The documentation for this class was generated from the following file: