|
CFx SDK Documentation
2023 SP0
|
#include <OdLinkedArray.h>
Public Member Functions | |
| const_iterator () | |
| const_iterator (OD_TYPENAME2 OD_LINKEDARRAY_SCOPE PAGE *page, unsigned ind=0) | |
| 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 | |
| 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 291 of file OdLinkedArray.h.
|
inline |
Definition at line 294 of file OdLinkedArray.h.
|
inline |
Definition at line 298 of file OdLinkedArray.h.
|
inline |
Definition at line 362 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 374 of file OdLinkedArray.h.
|
inline |
Definition at line 307 of file OdLinkedArray.h.
|
inline |
Definition at line 357 of file OdLinkedArray.h.
|
inline |
Definition at line 302 of file OdLinkedArray.h.
|
inline |
Definition at line 316 of file OdLinkedArray.h.
|
inline |
Definition at line 322 of file OdLinkedArray.h.
|
inline |
Definition at line 342 of file OdLinkedArray.h.
|
inline |
Definition at line 329 of file OdLinkedArray.h.
|
inline |
Definition at line 335 of file OdLinkedArray.h.
|
inline |
Definition at line 347 of file OdLinkedArray.h.
|
inline |
Definition at line 311 of file OdLinkedArray.h.
|
inline |
Definition at line 352 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 390 of file OdLinkedArray.h.
|
inlineprotected |
Definition at line 367 of file OdLinkedArray.h.
|
friend |
Definition at line 406 of file OdLinkedArray.h.
|
protected |
Definition at line 406 of file OdLinkedArray.h.
|
protected |
Definition at line 405 of file OdLinkedArray.h.