CFx SDK Documentation 2024 SP0
|
#include <OdLinkedArray.h>
Public Member Functions | |
const_iterator () | |
const T & | operator* () const |
operator const T * () const | |
const T * | operator-> () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator | operator+= (int n) |
const_iterator | operator-= (int n) |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
bool | done () const |
Protected Member Functions | |
const_iterator (OD_TYPENAME2 OD_LINKEDARRAY_SCOPE PAGE *page, unsigned ind=0) | |
void | seek (int n) |
void | next (int n=1) |
void | prev (int n=1) |
Protected Attributes | |
OD_TYPENAME2 OD_LINKEDARRAY_SCOPE PAGE * | _page |
unsigned | _ind |
Friends | |
class | OdLinkedArray< T, A > |
Definition at line 287 of file OdLinkedArray.h.
|
inline |
Definition at line 290 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 347 of file OdLinkedArray.h.
|
inline |
Definition at line 342 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 356 of file OdLinkedArray.h.
|
inline |
Definition at line 297 of file OdLinkedArray.h.
|
inline |
Definition at line 338 of file OdLinkedArray.h.
|
inline |
Definition at line 293 of file OdLinkedArray.h.
|
inline |
Definition at line 304 of file OdLinkedArray.h.
|
inline |
Definition at line 309 of file OdLinkedArray.h.
|
inline |
Definition at line 326 of file OdLinkedArray.h.
|
inline |
Definition at line 315 of file OdLinkedArray.h.
|
inline |
Definition at line 320 of file OdLinkedArray.h.
|
inline |
Definition at line 330 of file OdLinkedArray.h.
|
inline |
Definition at line 300 of file OdLinkedArray.h.
|
inline |
Definition at line 334 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 370 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 350 of file OdLinkedArray.h.
|
friend |
Definition at line 384 of file OdLinkedArray.h.
|
protected |
Definition at line 384 of file OdLinkedArray.h.
|
protected |
Definition at line 383 of file OdLinkedArray.h.