Public Types | |
|
typedef vector< TElement >::iterator | TIterator |
|
typedef vector< TElement >::const_iterator | TConstIterator |
Public Member Functions | |
| TRCList (const TElement aList[], TLong nEntryCount) | |
| TRCList (const TRCList &Source) | |
| TRCList & | operator= (const TRCList &Source) |
| TConstIterator | begin () const |
| TIterator | begin () |
| TConstIterator | end () const |
| TIterator | end () |
| void | clear () |
| TLong | size () const |
| TBool | empty () const |
| const TElement & | operator[] (TLong nIndex) const |
| TElement & | operator[] (TLong nIndex) |
| const TElement & | last () const |
| TElement & | last () |
| void | push_back (const TElement &Value) |
| void | resize (TLong nNewSize) |
| void | resize (TLong nNewSize, const TElement &Value) |
| void | erase (TLong nIndex, TLong nCount=1) |
1.4.6-NO