Open Inventor Reference
SbStringList Class Reference

A list of strings. More...

#include <Inventor/SbPList.h>

Inheritance diagram for SbStringList:
SbPList

List of all members.

Public Member Functions

void append (SbString *string)
 Adds given pointer to end of list.
int find (SbString *string)
 Returns index of given pointer in list, or -1 if not found.
void insert (SbString *string, int addBefore)
 Inserts given pointer in list before pointer with given index.
SbString *& operator[] (int i) const
 Returns pointer with given index.

Detailed Description

This list is used to list classes associated with a specific error.

Definition at line 244 of file SbPList.h.


Member Function Documentation

void SbStringList::append ( SbString string) [inline]

Definition at line 247 of file SbPList.h.

int SbStringList::find ( SbString string) [inline]

Definition at line 251 of file SbPList.h.

void SbStringList::insert ( SbString string,
int  addBefore 
) [inline]

Definition at line 255 of file SbPList.h.

SbString*& SbStringList::operator[] ( int  i) const [inline]

Reimplemented from SbPList.

Definition at line 258 of file SbPList.h.


The documentation for this class was generated from the following file: