|
CFx SDK Documentation 2026 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 288 of file OdLinkedArray.h.
|
inline |
Definition at line 294 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 351 of file OdLinkedArray.h.
|
inline |
Definition at line 346 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 360 of file OdLinkedArray.h.
|
inline |
Definition at line 301 of file OdLinkedArray.h.
|
inline |
Definition at line 342 of file OdLinkedArray.h.
|
inline |
Definition at line 297 of file OdLinkedArray.h.
|
inline |
Definition at line 308 of file OdLinkedArray.h.
|
inline |
Definition at line 313 of file OdLinkedArray.h.
|
inline |
Definition at line 330 of file OdLinkedArray.h.
|
inline |
Definition at line 319 of file OdLinkedArray.h.
|
inline |
Definition at line 324 of file OdLinkedArray.h.
|
inline |
Definition at line 334 of file OdLinkedArray.h.
|
inline |
Definition at line 304 of file OdLinkedArray.h.
|
inline |
Definition at line 338 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 374 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 354 of file OdLinkedArray.h.
|
friend |
Definition at line 388 of file OdLinkedArray.h.
|
protected |
Definition at line 388 of file OdLinkedArray.h.
|
protected |
Definition at line 387 of file OdLinkedArray.h.