x3d::Array< T, step > Class Template ReferenceThe Array is a specialization of the BaseSet<T, step> template for basic types (i.e. bool, double, float, int, structures thereof).
More...
#include <node.h>
Inheritance diagram for x3d::Array< T, step >:
[legend]Collaboration diagram for x3d::Array< T, step >:
[legend]List of all members.
Detailed Description
template<class T, int step>
class x3d::Array< T, step >
The Array is a specialization of the BaseSet<T, step> template for basic types (i.e. bool, double, float, int, structures thereof).
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class T, int step> |
unsigned int x3d::Array< T, step >::Count |
( |
|
) |
const [inline] |
|
template<class T, int step> |
void x3d::Array< T, step >::Delete |
( |
unsigned int |
idx |
) |
[inline] |
|
template<class T, int step> |
void x3d::Array< T, step >::Empty |
( |
|
) |
[inline] |
|
template<class T, int step> |
T& x3d::Array< T, step >::Get |
( |
unsigned int |
idx |
) |
const [inline] |
|
template<class T, int step> |
T* x3d::Array< T, step >::GetData |
( |
|
) |
const [inline] |
|
template<class T, int step> |
void x3d::Array< T, step >::Insert |
( |
int |
idx, |
|
|
const T & |
item |
|
) |
[inline] |
|
template<class T, int step> |
bool x3d::Array< T, step >::IsEmpty |
( |
|
) |
const [inline] |
|
template<class T, int step> |
bool x3d::Array< T, step >::operator!= |
( |
const Array< T, step > & |
src |
) |
const [inline] |
|
template<class T, int step> |
Array& x3d::Array< T, step >::operator= |
( |
const Array< T, step > & |
src |
) |
[inline] |
|
template<class T, int step> |
bool x3d::Array< T, step >::operator== |
( |
const Array< T, step > & |
src |
) |
const [inline] |
|
template<class T, int step> |
void x3d::Array< T, step >::Reset |
( |
|
) |
[inline] |
|
template<class T, int step> |
void x3d::Array< T, step >::Set |
( |
unsigned int |
idx, |
|
|
const T & |
item |
|
) |
[inline] |
|
The documentation for this class was generated from the following file:
|