|
HDK
|
#include <UT_ORMQuerySet.h>
Public Types | |
| using | difference_type = exint |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = UT_ORMQuerySetResult |
| using | pointer = value_type * |
| using | refernce = value_type & |
Public Member Functions | |
| iterator & | operator++ () |
| bool | operator== (const iterator &rhs) const |
| bool | operator!= (const iterator &rhs) const |
| const UT_ORMQuerySetResult & | operator* () const |
| UT_ORMQuerySetResult & | operator* () |
| const UT_ORMQuerySetResult * | operator-> () const |
| UT_ORMQuerySetResult * | operator-> () |
| bool | isDone () const |
Friends | |
| class | UT_ORMQuerySetResult |
Definition at line 304 of file UT_ORMQuerySet.h.
Definition at line 307 of file UT_ORMQuerySet.h.
| using UT_ORMQuerySetResult::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 308 of file UT_ORMQuerySet.h.
Definition at line 310 of file UT_ORMQuerySet.h.
Definition at line 311 of file UT_ORMQuerySet.h.
Definition at line 309 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 351 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 332 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 336 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 339 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 313 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 343 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 347 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 324 of file UT_ORMQuerySet.h.
|
friend |
Definition at line 358 of file UT_ORMQuerySet.h.