EvEmu
0.8.4
11 September 2021
|
#include "RowsetReader.h"
Public Member Functions | |
virtual PyRep * | GetRep (size_t index) const =0 |
PyRep::PyType | GetType (size_t index) const |
bool | IsNone (size_t index) const |
bool | GetBool (size_t index) const |
uint32 | GetInt (size_t index) const |
int64 | GetLong (size_t index) const |
double | GetFloat (size_t index) const |
const char * | GetString (size_t index) const |
const char * | GetWString (size_t index) const |
![]() | |
std::string | GetAsString (size_t index) const |
const iterator & | operator++ () |
const iterator & | operator++ (int) |
const iterator & | operator-- () |
const iterator & | operator-- (int) |
bool | operator== (const iterator &oth) const |
bool | operator!= (const iterator &oth) const |
Additional Inherited Members | |
![]() | |
iterator () | |
virtual size_t | _rowIndex () const |
virtual BaseRowsetReader * | _baseReader () const =0 |
virtual void | _SetRow (size_t rowIndex) |
![]() | |
size_t | mRowIndex |
Definition at line 88 of file RowsetReader.h.
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 140 of file RowsetReader.cpp.
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 155 of file RowsetReader.cpp.
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 145 of file RowsetReader.cpp.
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 150 of file RowsetReader.cpp.
|
pure virtual |
Implemented in TuplesetReader::iterator, and RowsetReader::iterator.
Referenced by GetType().
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 160 of file RowsetReader.cpp.
|
inlinevirtual |
Implements BaseRowsetReader::iterator.
Definition at line 93 of file RowsetReader.h.
References GetRep(), and PyRep::GetType().
|
virtual |
Implements BaseRowsetReader::iterator.
Definition at line 165 of file RowsetReader.cpp.
|
virtual |
Reimplemented from BaseRowsetReader::iterator.
Definition at line 133 of file RowsetReader.cpp.
References BaseRowsetReader::iterator::IsNone().