HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMQuerySetResult::iterator Class Reference

#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

iteratoroperator++ ()
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
const UT_ORMQuerySetResultoperator* () const
 
UT_ORMQuerySetResultoperator* ()
 
const UT_ORMQuerySetResultoperator-> () const
 
UT_ORMQuerySetResultoperator-> ()
 
bool isDone () const
 

Friends

class UT_ORMQuerySetResult
 

Detailed Description

Definition at line 304 of file UT_ORMQuerySet.h.

Member Typedef Documentation

using UT_ORMQuerySetResult::iterator::iterator_category = std::forward_iterator_tag

Definition at line 308 of file UT_ORMQuerySet.h.

Member Function Documentation

bool UT_ORMQuerySetResult::iterator::isDone ( ) const
inline

Definition at line 351 of file UT_ORMQuerySet.h.

bool UT_ORMQuerySetResult::iterator::operator!= ( const iterator rhs) const
inline

Definition at line 332 of file UT_ORMQuerySet.h.

const UT_ORMQuerySetResult& UT_ORMQuerySetResult::iterator::operator* ( ) const
inline

Definition at line 336 of file UT_ORMQuerySet.h.

UT_ORMQuerySetResult& UT_ORMQuerySetResult::iterator::operator* ( )
inline

Definition at line 339 of file UT_ORMQuerySet.h.

iterator& UT_ORMQuerySetResult::iterator::operator++ ( )
inline

Definition at line 313 of file UT_ORMQuerySet.h.

const UT_ORMQuerySetResult* UT_ORMQuerySetResult::iterator::operator-> ( ) const
inline

Definition at line 343 of file UT_ORMQuerySet.h.

UT_ORMQuerySetResult* UT_ORMQuerySetResult::iterator::operator-> ( )
inline

Definition at line 347 of file UT_ORMQuerySet.h.

bool UT_ORMQuerySetResult::iterator::operator== ( const iterator rhs) const
inline

Definition at line 324 of file UT_ORMQuerySet.h.

Friends And Related Function Documentation

friend class UT_ORMQuerySetResult
friend

Definition at line 358 of file UT_ORMQuerySet.h.


The documentation for this class was generated from the following file: