#include <circulator_bases.h>
Public Types | |
typedef Random_access_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 | |
Random_access_circulator_ptrbase () | |
Random_access_circulator_ptrbase (void *p) | |
Protected Attributes | |
void * | _ptr |
Definition at line 150 of file circulator_bases.h.
typedef Dist difference_type |
Definition at line 157 of file circulator_bases.h.
Definition at line 155 of file circulator_bases.h.
typedef T* pointer |
Definition at line 159 of file circulator_bases.h.
typedef T& reference |
Definition at line 160 of file circulator_bases.h.
typedef Size size_type |
Definition at line 158 of file circulator_bases.h.
typedef T value_type |
Definition at line 156 of file circulator_bases.h.
|
inline |
Definition at line 161 of file circulator_bases.h.
|
inline |
Definition at line 162 of file circulator_bases.h.
|
protected |
Definition at line 153 of file circulator_bases.h.