wxSQLite3  5.0.1
Loading...
Searching...
No Matches
wxSQLite3::ResultSet::Iterator Class Reference

Iterator API. More...

#include <wxsqlite3.h>

Public Member Functions

 Iterator (ResultSet *res, bool end=false)
ResultSetoperator* () const
ResultSetoperator-> () const
Iteratoroperator++ ()
bool operator!= (const Iterator &other) const

Detailed Description

Iterator API.

Constructor & Destructor Documentation

◆ Iterator()

wxSQLite3::ResultSet::Iterator::Iterator ( ResultSet * res,
bool end = false )

Member Function Documentation

◆ operator!=()

bool wxSQLite3::ResultSet::Iterator::operator!= ( const Iterator & other) const

◆ operator*()

ResultSet & wxSQLite3::ResultSet::Iterator::operator* ( ) const
inline

◆ operator++()

Iterator & wxSQLite3::ResultSet::Iterator::operator++ ( )

◆ operator->()

ResultSet * wxSQLite3::ResultSet::Iterator::operator-> ( ) const
inline

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