The SbIntList class is a container for integer list arrays.
More...
#include <Inventor/lists/SbIntList.h>
The SbIntList class is a container for integer list arrays.
- See also
- SbList
◆ SbIntList() [1/2]
SbIntList::SbIntList |
( |
void |
| ) |
|
|
inline |
◆ SbIntList() [2/2]
SbIntList::SbIntList |
( |
const int |
sizehint | ) |
|
|
inline |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
- See also
- SbList::SbList(const int sizehint)
◆ append()
void SbIntList::append |
( |
const int |
item | ) |
|
|
inline |
Overridden from parent to accept an integer argument.
◆ find()
int SbIntList::find |
( |
const int |
item | ) |
|
|
inline |
Overridden from parent to accept an integer argument.
◆ insert()
void SbIntList::insert |
( |
const int |
item, |
|
|
const int |
addbefore |
|
) |
| |
|
inline |
Overridden from parent to accept an integer argument.
◆ operator[]()
int & SbIntList::operator[] |
( |
const int |
idx | ) |
const |
|
inline |
Overridden from parent to return an integer.
The documentation for this class was generated from the following files: