#include "Tools/Streams/InOut.h"
Include dependency graph for List.h:
Go to the source code of this file.
Classes | |
class | List |
The class implements double linked lists for arbitrary data types. More... | |
struct | List::Data |
A struct for list nodes. More... | |
class | List::Pos |
The local class implements a list iterator. More... | |
Functions | |
template<class T> Out & | operator<< (Out &, const List< T > &) |
The operator writes a list into a stream. | |
template<class T> In & | operator>> (In &, List< T > &) |
The operator reads a list from a stream. |
Definition in file List.h.
|
The operator writes a list into a stream.
|
|
The operator reads a list from a stream. The original list elements are removed from the list.
Definition at line 320 of file List.h. References List< T >::clear(), and List< T >::insert(). |
Here is the call graph for this function: