Apama  10.1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
list_t::_iterator< DATA, UNDERLYING > Struct Template Reference

Forward/reverse and const/non-const iterators are implemented using this class. More...

#include <list_t.hpp>

Inherits iterator< std::random_access_iterator_tag, DATA >.

Detailed Description

template<typename DATA, typename UNDERLYING>
struct list_t::_iterator< DATA, UNDERLYING >

Forward/reverse and const/non-const iterators are implemented using this class.

It implements the std::random_access_iterator concept: http://en.cppreference.com/w/cpp/concept/RandomAccessIterator


The documentation for this struct was generated from the following file: