#include <legoPSet.H>
Public Member Functions | |
| legoPSet () | |
| legoPSet (const legoPSet< T > &) | |
| virtual | ~legoPSet () |
| int | AddItem (T t) |
| void | Replace (T item, unsigned index) |
| int | IsEmpty () const |
| int | IsFull () const |
| int | GetCount () const |
| T | GetItem (unsigned index) |
| void | DestroyItem (unsigned index) |
| void | Detach (unsigned index) |
| void | Insert (T item, unsigned index, unsigned count=1) |
| unsigned | Search (T item, int direction=+1) |
| legoPSet () | |
| legoPSet (const legoPSet< T > &) | |
| virtual | ~legoPSet () |
| int | AddItem (T t) |
| void | Replace (T item, unsigned index) |
| int | IsEmpty () const |
| int | IsFull () const |
| int | GetCount () const |
| T | GetItem (unsigned index) |
| void | DestroyItem (unsigned index) |
| void | Detach (unsigned index) |
| void | Insert (T item, unsigned index, unsigned count=1) |
| unsigned | Search (T item, int direction=+1) |
Public Attributes | |
| friend | legoPSetIterator<T> |
Protected Attributes | |
| legoPArr< T > | Data |
| legoPArr< T > | Data |
|
|||||||||
|
Definition at line 45 of file include/legoPSet.H. |
|
||||||||||
|
Definition at line 127 of file include/legoPSet.H. References legoPSet< T >::Data. |
|
|||||||||
|
Definition at line 52 of file include/legoPSet.H. |
|
|||||||||
|
Definition at line 45 of file src/derived/legoPSet.H. |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 52 of file src/derived/legoPSet.H. |
|
||||||||||
|
Definition at line 57 of file src/derived/legoPSet.H. |
|
||||||||||
|
Definition at line 57 of file include/legoPSet.H. |
|
||||||||||
|
Definition at line 80 of file src/derived/legoPSet.H. |
|
||||||||||
|
Definition at line 80 of file include/legoPSet.H. |
|
||||||||||
|
Definition at line 83 of file src/derived/legoPSet.H. |
|
||||||||||
|
Definition at line 83 of file include/legoPSet.H. |
|
|||||||||
|
Definition at line 74 of file src/derived/legoPSet.H. |
|
|||||||||
|
Definition at line 74 of file include/legoPSet.H. |
|
||||||||||
|
Definition at line 77 of file src/derived/legoPSet.H. |
|
||||||||||
|
Definition at line 77 of file include/legoPSet.H. |
|
||||||||||||||||||||
|
Definition at line 92 of file src/derived/legoPSet.H. |
|
||||||||||||||||||||
|
Definition at line 92 of file include/legoPSet.H. |
|
|||||||||
|
Definition at line 68 of file src/derived/legoPSet.H. |
|
|||||||||
|
Definition at line 68 of file include/legoPSet.H. |
|
|||||||||
|
Definition at line 71 of file src/derived/legoPSet.H. |
|
|||||||||
|
Definition at line 71 of file include/legoPSet.H. |
|
||||||||||||||||
|
Definition at line 63 of file src/derived/legoPSet.H. |
|
||||||||||||||||
|
Definition at line 63 of file include/legoPSet.H. |
|
||||||||||||||||
|
Definition at line 97 of file src/derived/legoPSet.H. |
|
||||||||||||||||
|
Definition at line 97 of file include/legoPSet.H. |
|
|||||
|
Definition at line 37 of file src/derived/legoPSet.H. |
|
|||||
|
|||||
|
Definition at line 41 of file src/derived/legoPSet.H. |
1.3.2