SbList< Type > Class Template Reference
This contains the definition of the
SbList generic pointer list class; an
SbList is a list of (void *) pointers that allows easy insertion, removal, and other operations.
More...
#include <SbList.h>
List of all members.
Detailed Description
template<class Type>
class SbList< Type >
This contains the definition of the
SbList generic pointer list class; an
SbList is a list of (void *) pointers that allows easy insertion, removal, and other operations.
Definition at line 16 of file SbList.h.
Constructor & Destructor Documentation
Member Function Documentation
template<class Type>
| void SbList< Type >::append |
( |
const Type & |
value |
) |
[inline] |
template<class Type>
| void SbList< Type >::copy |
( |
const SbList< Type > & |
pl |
) |
[inline] |
template<class Type>
| int SbList< Type >::find |
( |
const Type & |
value |
) |
const [inline] |
template<class Type>
| void* SbList< Type >::get |
( |
int |
i |
) |
const [inline] |
template<class Type>
| int SbList< Type >::getLength |
( |
|
) |
const [inline] |
template<class Type>
| void SbList< Type >::insert |
( |
const Type & |
value, |
|
|
int |
addBefore | |
|
) |
| | [inline] |
template<class Type>
| int SbList< Type >::operator!= |
( |
const SbList< Type > & |
pl |
) |
const [inline] |
template<class Type>
| int SbList< Type >::operator== |
( |
const SbList< Type > & |
pl |
) |
const [inline] |
template<class Type>
| Type& SbList< Type >::operator[] |
( |
int |
i |
) |
const [inline] |
template<class Type>
| void SbList< Type >::remove |
( |
int |
which |
) |
[inline] |
template<class Type>
| void SbList< Type >::set |
( |
int |
i, |
|
|
void * |
j | |
|
) |
| | [inline] |
template<class Type>
| void SbList< Type >::truncate |
( |
int |
start |
) |
[inline] |
The documentation for this class was generated from the following file:
- MeVisLab/Standard/Sources/Inventor/SoShader/Inventor/SbList.h