#include <circulator_bases.h>
Public Types | |
typedef Forward_circulator_tag | iterator_category |
typedef T | value_type |
typedef Dist | difference_type |
typedef Size | size_type |
typedef T * | pointer |
typedef T & | reference |
Public Member Functions | |
Forward_circulator_ptrbase () | |
Forward_circulator_ptrbase (void *p) | |
Protected Attributes | |
void * | _ptr |
Definition at line 120 of file circulator_bases.h.
typedef Dist difference_type |
Definition at line 127 of file circulator_bases.h.
Definition at line 125 of file circulator_bases.h.
typedef T* pointer |
Definition at line 129 of file circulator_bases.h.
typedef T& reference |
Definition at line 130 of file circulator_bases.h.
typedef Size size_type |
Definition at line 128 of file circulator_bases.h.
typedef T value_type |
Definition at line 126 of file circulator_bases.h.
|
inline |
Definition at line 131 of file circulator_bases.h.
|
inline |
Definition at line 132 of file circulator_bases.h.
|
protected |
Definition at line 123 of file circulator_bases.h.