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 303 of file UT_SQL.h.

Member Typedef Documentation

Definition at line 306 of file UT_SQL.h.

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

Definition at line 307 of file UT_SQL.h.

Definition at line 309 of file UT_SQL.h.

Definition at line 310 of file UT_SQL.h.

Definition at line 308 of file UT_SQL.h.

Member Function Documentation

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

Definition at line 346 of file UT_SQL.h.

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

Definition at line 327 of file UT_SQL.h.

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

Definition at line 331 of file UT_SQL.h.

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

Definition at line 334 of file UT_SQL.h.

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

Definition at line 312 of file UT_SQL.h.

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

Definition at line 338 of file UT_SQL.h.

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

Definition at line 342 of file UT_SQL.h.

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

Definition at line 319 of file UT_SQL.h.

Friends And Related Function Documentation

friend class UT_SqlResult
friend

Definition at line 352 of file UT_SQL.h.


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