Instigate Open Source Documentation

instigate::stl::incrementable_iterator::interface< T > Struct Template Reference

Interface of the Incrementable Iterator Concept. More...

#include <_incrementable_iterator.hpp>

Inheritance diagram for instigate::stl::incrementable_iterator::interface< T >:

instigate::generic::assignable::interface< T > instigate::stl::single_pass_iterator::interface< T > instigate::stl::forward_iterator::interface< T > instigate::stl::bidirectional_iterator::interface< T > instigate::stl::random_access_iterator::interface< T >

List of all members.

Public Types

typedef
instigate::stl::category_mapping
< T >::category 
iterator_category
 iterator_category type

Static Public Member Functions

static void increment (T &a)
 Increment an iterator.


Detailed Description

template<typename T>
struct instigate::stl::incrementable_iterator::interface< T >

Interface of the Incrementable Iterator Concept.

Member Function Documentation

template<typename T>
static void instigate::stl::incrementable_iterator::interface< T >::increment ( T &  a  )  [inline, static]

Increment an iterator.

Parameters:
a - the iterator to be incremented

References instigate::stl::interface< T >::increment().

Referenced by instigate::stl::increment(), and instigate::stl::incrementable_iterator::requirements< T >::require_increment().


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


© Instigate CJSC, Open Source