x3d::BaseSet< T, step > Class Template ReferenceThe basic template used to create arrays.
More...
#include <node.h>
Inheritance diagram for x3d::BaseSet< T, step >:
[legend]Collaboration diagram for x3d::BaseSet< T, step >:
[legend]List of all members.
Detailed Description
template<class T, int step>
class x3d::BaseSet< T, step >
The basic template used to create arrays.
Constructor & Destructor Documentation
Member Function Documentation
template<class T, int step> |
unsigned int x3d::BaseSet< T, step >::Count |
( |
|
) |
const [inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::Delete |
( |
unsigned int |
idx |
) |
[inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::Empty |
( |
|
) |
[inline] |
|
template<class T, int step> |
T& x3d::BaseSet< T, step >::Get |
( |
unsigned int |
idx |
) |
const [inline] |
|
template<class T, int step> |
T* x3d::BaseSet< T, step >::GetData |
( |
|
) |
const [inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::Insert |
( |
int |
idx, |
|
|
const T & |
item |
|
) |
[inline] |
|
template<class T, int step> |
bool x3d::BaseSet< T, step >::IsEmpty |
( |
|
) |
const [inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::MinimumSize |
( |
unsigned int |
size |
) |
[inline, private] |
|
template<class T, int step> |
bool x3d::BaseSet< T, step >::operator!= |
( |
const BaseSet< T, step > & |
src |
) |
const [inline] |
|
template<class T, int step> |
bool x3d::BaseSet< T, step >::operator== |
( |
const BaseSet< T, step > & |
src |
) |
const [inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::Reset |
( |
|
) |
[inline] |
|
template<class T, int step> |
void x3d::BaseSet< T, step >::Set |
( |
unsigned int |
idx, |
|
|
const T & |
item |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|