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

#include <UT_SQL.h>

Public Types

using difference_type = exint
 
using iterator_category = std::forward_iterator_tag
 
using value_type = UT_SqlResult
 
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_SqlResultoperator* () const
 
UT_SqlResultoperator* ()
 
const UT_SqlResultoperator-> () const
 
UT_SqlResultoperator-> ()
 
bool isDone () const
 

Friends

class UT_SqlResult
 

Detailed Description

Definition at line 356 of file UT_SQL.h.

Member Typedef Documentation

Definition at line 359 of file UT_SQL.h.

using UT_SqlResult::iterator::iterator_category = std::forward_iterator_tag

Definition at line 360 of file UT_SQL.h.

Definition at line 362 of file UT_SQL.h.

Definition at line 363 of file UT_SQL.h.

Definition at line 361 of file UT_SQL.h.

Member Function Documentation

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

Definition at line 403 of file UT_SQL.h.

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

Definition at line 384 of file UT_SQL.h.

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

Definition at line 388 of file UT_SQL.h.

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

Definition at line 391 of file UT_SQL.h.

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

Definition at line 365 of file UT_SQL.h.

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

Definition at line 395 of file UT_SQL.h.

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

Definition at line 399 of file UT_SQL.h.

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

Definition at line 376 of file UT_SQL.h.

Friends And Related Function Documentation

friend class UT_SqlResult
friend

Definition at line 409 of file UT_SQL.h.


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