Open Inventor Reference
SbIntList Class Reference

List of generic (void *) pointers. More...

#include <Inventor/SbPList.h>

Inheritance diagram for SbIntList:
SbPList

List of all members.

Public Member Functions

 SbIntList ()
 Constructors, similar to SbPList.
 SbIntList (int initSize)
void append (int integer)
 Adds given pointer to end of list.
int find (int integer)
 Returns index of given pointer in list, or -1 if not found.
void insert (int integer, int addBefore)
 Inserts given pointer in list before pointer with given index.
int & operator[] (int i) const
 Returns pointer with given index.

Detailed Description

SbIntList allows random access, insertion, and removal.

Definition at line 173 of file SbPList.h.


Constructor & Destructor Documentation

SbIntList::SbIntList ( ) [inline]

Definition at line 177 of file SbPList.h.

SbIntList::SbIntList ( int  initSize) [inline]

Definition at line 178 of file SbPList.h.


Member Function Documentation

void SbIntList::append ( int  integer) [inline]

Definition at line 181 of file SbPList.h.

int SbIntList::find ( int  integer) [inline]

Definition at line 185 of file SbPList.h.

void SbIntList::insert ( int  integer,
int  addBefore 
) [inline]

Definition at line 189 of file SbPList.h.

int& SbIntList::operator[] ( int  i) const [inline]

Reimplemented from SbPList.

Definition at line 192 of file SbPList.h.


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