![]() |
http://www.sim.no http://www.coin3d.org |
The SbIntList class is a container for integer list arrays. More...
#include <Inventor/lists/SbIntList.h>
Public Member Functions | |
SbIntList (void) | |
SbIntList (const int sizehint) | |
void | append (const int item) |
int | find (const int item) |
void | insert (const int item, const int addbefore) |
int & | operator[] (const int idx) const |
SbIntList::SbIntList | ( | void | ) | [inline] |
Default constructor.
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.
void SbIntList::append | ( | const int | item | ) | [inline] |
Overridden from parent to accept an integer argument.
Referenced by SbString::findAll().
int SbIntList::find | ( | const int | item | ) | [inline] |
Overridden from parent to accept an integer argument.
void SbIntList::insert | ( | const int | item, |
const int | addbefore | ||
) | [inline] |
Overridden from parent to accept an integer argument.
int & SbIntList::operator[] | ( | const int | idx | ) | const [inline] |
Overridden from parent to return an integer.
Reimplemented from SbPList.
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Mon Feb 28 2011 10:12:01 for Coin by Doxygen. 1.7.3