Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SVIterator.h File Reference

Interface/Implementation for Iterator. More...

#include <cassert>
#include <cstddef>
#include <iterator>
#include <limits>
#include <type_traits>
Include dependency graph for SVIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UA_CoMP::Container::SegmentedVector< T, N >
 Container that stores objects "almost contiguously" and guarantees that pointers/iterators are not invalidated when the container grows, either through push_back/emplace_back of elements or resevation of capacity. More...
 
class  UA_CoMP::Container::SVIterator< T, N, P, R, is_const_iterator >
 Implementation of iterator for SegmentedVector. More...
 

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Container
 

Detailed Description

Interface/Implementation for Iterator.

Definition in file SVIterator.h.