RVC::DBTABLE::RECORDITERATOR Class Reference

Record iterator class. More...

#include <rvc/dbtable.h>

Inheritance diagram for RVC::DBTABLE::RECORDITERATOR:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RECORDITERATOR ()
RECORDoperator* ()
RECORDITERATORoperator++ ()
RECORDoperator-> ()

Detailed Description

Record iterator class.

This class is used to iterate through a table's records. This construct replaces the GetNumRecords() and cursor routines. See methods RecordBegin() and RecordEnd() for obtaining a record iterator


Constructor & Destructor Documentation

RVC::DBTABLE::RECORDITERATOR::RECORDITERATOR (  )  [inline]

Default constructor.


Member Function Documentation

RECORD& RVC::DBTABLE::RECORDITERATOR::operator* (  )  [inline]

Dereference.

RECORDITERATOR& RVC::DBTABLE::RECORDITERATOR::operator++ (  )  [inline]

Pre-increment.

Reimplemented from RVC::DBTABLE::CONST_RECORDITERATOR.

RECORD* RVC::DBTABLE::RECORDITERATOR::operator-> (  )  [inline]

Dereference arrow.


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

Generated on Sun Oct 7 21:37:10 2012 for TNTsdk 2012 by  doxygen 1.6.1