.TH "SbIntList" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SbIntList \- .PP The \fBSbIntList\fP class is a container for integer list arrays\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSbPList\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSbIntList\fP (void)" .br .ti -1c .RI "\fBSbIntList\fP (const int sizehint)" .br .ti -1c .RI "void \fBappend\fP (const int item)" .br .ti -1c .RI "int \fBfind\fP (const int item)" .br .ti -1c .RI "void \fBinsert\fP (const int item, const int addbefore)" .br .ti -1c .RI "int & \fBoperator[]\fP (const int idx) const " .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSbIntList\fP class is a container for integer list arrays\&. .PP \fBSee also:\fP .RS 4 \fBSbList\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SbIntList::SbIntList (void)\fC [inline]\fP" Default constructor\&. .SS "SbIntList::SbIntList (const intsizehint)\fC [inline]\fP" This constructor initializes the internal allocated size for the list to \fIsizehint\fP\&. Note that the list will still initially contain zero items\&. .PP \fBSee also:\fP .RS 4 \fBSbList::SbList(const int sizehint)\fP .RE .PP .SH "Member Function Documentation" .PP .SS "void SbIntList::append (const intitem)\fC [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "int SbIntList::find (const intitem)\fC [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "void SbIntList::insert (const intitem, const intaddbefore)\fC [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "int & SbIntList::operator[] (const intidx) const\fC [inline]\fP" Overridden from parent to return an integer\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.