#include <circulator_bases.h>
Public Types | |
| typedef Bidirectional_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 | |
| Bidirectional_circulator_ptrbase () | |
| Bidirectional_circulator_ptrbase (void *p) | |
Protected Attributes | |
| void * | _ptr |
Definition at line 135 of file circulator_bases.h.
| typedef Dist difference_type |
Definition at line 142 of file circulator_bases.h.
Definition at line 140 of file circulator_bases.h.
| typedef T* pointer |
Definition at line 144 of file circulator_bases.h.
| typedef T& reference |
Definition at line 145 of file circulator_bases.h.
| typedef Size size_type |
Definition at line 143 of file circulator_bases.h.
| typedef T value_type |
Definition at line 141 of file circulator_bases.h.
|
inline |
Definition at line 146 of file circulator_bases.h.
|
inline |
Definition at line 147 of file circulator_bases.h.
|
protected |
Definition at line 138 of file circulator_bases.h.