![]() |
|
Public Member Functions | |
ILList () | |
Null construct. | |
ILList (T *a) | |
Construct given initial T. | |
ILList (Istream &) | |
Construct from Istream. | |
ILList (const ILList< LListBase, T > &) | |
Construct as copy. | |
template<class INew> | |
ILList (Istream &, const INew &inewt) | |
Construct from Istream using given Istream constructor class. | |
~ILList () | |
bool | eraseHead () |
Remove the head element specified from the list and delete it. | |
bool | erase (T *p) |
Remove the specified element from the list and delete it. | |
void | clear () |
Clear the contents of the list. | |
void | operator= (const ILList< LListBase, T > &) |
Friends | |
Istream & | operator>> (Istream &, ILList< LListBase, T > &) |
Read List from Istream, discarding contents of existing List. |
|
Null construct.
|
|
Construct given initial T.
|
|
Construct from Istream.
|
|
Construct as copy.
|
|
Construct from Istream using given Istream constructor class.
|
|
|
|
Clear the contents of the list.
Reimplemented in DictionaryBase< IDLList< T >, T >. |
|
Remove the specified element from the list and delete it.
|
|
Remove the head element specified from the list and delete it.
|
|
|
|
Read List from Istream, discarding contents of existing List.
|