#include <Inventor/lists/SbStringList.h>
Inheritance diagram for SbStringList:
Public Methods | |
SbStringList (void) | |
SbStringList (const int sizehint) | |
int | find (SbString *string) const |
void | insert (SbString *string, int insertbefore) |
SbString *& | operator[] (const int idx) const |
Note that upon using the equality and inequality operators, the strings themselves are not compared, only the pointer values.
This class do not allocate or deallocate strings. It's the callers responsibility to allocate/deallocate the SbString instances.
|
Default constructor. |
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
|
Overridden from parent to accept an SbString argument. |
|
Overridden from parent to accept an SbString argument. |
|
Overridden from parent to return an SbString pointer. Reimplemented from SbPList. |