#include <selectable.h>
Data Structures | |
class | iterator |
Public Types | |
typedef unsigned int | index_type |
typedef const index_type * | pointer |
Public Member Functions | |
IndexPointer (pointer indices, std::size_t count) | |
iterator | begin () const |
iterator | end () const |
Private Attributes | |
pointer | m_indices |
pointer | m_finish |
Definition at line 160 of file selectable.h.
typedef unsigned int IndexPointer::index_type |
Definition at line 163 of file selectable.h.
typedef const index_type* IndexPointer::pointer |
Definition at line 164 of file selectable.h.
IndexPointer::IndexPointer | ( | pointer | indices, | |
std::size_t | count | |||
) | [inline] |
Definition at line 211 of file selectable.h.
iterator IndexPointer::begin | ( | ) | const [inline] |
Definition at line 216 of file selectable.h.
References m_indices.
iterator IndexPointer::end | ( | ) | const [inline] |
Definition at line 220 of file selectable.h.
References m_finish.
pointer IndexPointer::m_finish [private] |
Definition at line 227 of file selectable.h.
Referenced by end().
pointer IndexPointer::m_indices [private] |
Definition at line 226 of file selectable.h.
Referenced by begin().