|
Simple Application Framework
1
|
Singly-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::ForwardList< T >::ConstIterator |
| Forward non-mutable ForwardList iterator. More... | |
| class | Saf::Collection::ForwardList< T > |
| Singly-linked list container. More... | |
| class | Saf::Collection::ForwardList< T >::Iterator |
| Forward mutable ForwardList iterator. More... | |
| class | Saf::Collection::ForwardList< T >::Node |
| List node. More... | |
Namespaces | |
| namespace | Saf |
| Global library namespace. | |
| namespace | Saf::Collection |
| Namespace encapsulating data container classes. | |
Singly-linked list container.
1.8.0