|
Simple Application Framework
1
|
Doubly-linked list container.
#include "../Type.h"#include "../Mem/Alloc.h"#include "../Algo/Swap.h"#include "../Type/IteratorCategory.h"Go to the source code of this file.
Classes | |
| class | Saf::Collection::List< T >::ConstIterator |
| Bidirectional non-mutable List iterator. More... | |
| class | Saf::Collection::List< T >::Iterator |
| Bidirectional mutable List iterator. More... | |
| class | Saf::Collection::List< T > |
| Doubly-linked list container. More... | |
| class | Saf::Collection::List< T >::Node |
| List node. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Collection |
| Namespace encapsulating data container classes. | |
Doubly-linked list container.
1.8.0