Query: sbintlist
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SbIntList(3) Coin SbIntList(3)NAMESbIntList - The SbIntList class is a container for integer list arrays.SYNOPSIS#include <Inventor/lists/SbIntList.h> Inherits SbPList. 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 Additional Inherited Members Detailed Description The SbIntList class is a container for integer list arrays. See also: SbList Constructor & Destructor Documentation SbIntList::SbIntList (void) [inline] Default constructor. SbIntList::SbIntList (const intsizehint) [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) Member Function Documentation void SbIntList::append (const intitem) [inline] Overridden from parent to accept an integer argument. int SbIntList::find (const intitem) [inline] Overridden from parent to accept an integer argument. void SbIntList::insert (const intitem, const intaddbefore) [inline] Overridden from parent to accept an integer argument. int & SbIntList::operator[] (const intidx) const [inline] Overridden from parent to return an integer. Reimplemented from SbPList. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbIntList(3)
Related Man Pages |
---|
sbbsptree(3) - debian |
sblist(3) - debian |
sbvec3flist(3) - debian |
soenginelist(3) - debian |
sofieldlist(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Problem about c++ new operator |
Comparing arrays in perl |