Wiselib
Public Types
wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P > Struct Template Reference

#include <iterator_base_types.h>

List of all members.

Public Types

typedef Category_P iterator_category
typedef Iterator_P value_type
typedef Distance_P difference_type
typedef Pointer_P pointer
typedef Reference_P reference

template<typename Category_P, typename Iterator_P, typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
struct wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >


Member Typedef Documentation

template<typename Category_P , typename Iterator_P , typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
typedef Distance_P wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >::difference_type
template<typename Category_P , typename Iterator_P , typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
typedef Category_P wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >::iterator_category
template<typename Category_P , typename Iterator_P , typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
typedef Pointer_P wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >::pointer
template<typename Category_P , typename Iterator_P , typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
typedef Reference_P wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >::reference
template<typename Category_P , typename Iterator_P , typename Distance_P = uint16_t, typename Pointer_P = Iterator_P*, typename Reference_P = Iterator_P&>
typedef Iterator_P wiselib::iterator< Category_P, Iterator_P, Distance_P, Pointer_P, Reference_P >::value_type

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines