![]() |
Polygon Crucher SDK - Documentation
Documentation
|
a simple array class for handling data which does not require to be construct / destroy More...
a simple array class for handling data which does not require to be construct / destroy
#include "XObject.h"
Go to the source code of this file.
Classes | |
class | CXArray< TYPE, ARG_TYPE > |
CXArray is an array of simple data information which does not requires to call a constructor / destructor. More... | |
Typedefs | |
typedef CXArray< unsigned int, unsigned int > | CXUIntArray |
typedef CXArray< int, int > | CXIntArray |
typedef CXArray< float, float > | CXFloatArray |
typedef CXArray< double, double > | CXDoubleArray |
typedef CXArray< void *, void * > | CXPtrArray |
typedef CXArray< CXString, const CXString & > | CXStringArray |
Functions | |
template<class TYPE > | |
void | XArrayCopy (TYPE *pDst, const TYPE *pSrc, int elementCount) |