Specialized record class to manage Point ID table records. More...
#include <rvc/dbtable.h>

Public Member Functions | |
| RECORD_ID_POINT (const RVC::DBTABLE &table) | |
| RECORD_ID_POINT (const RECORD_ID_POINT &rhs) | |
| RECORD_ID_POINT () | |
| virtual | ~RECORD_ID_POINT () |
| INT32 | GetCurrent () const |
| RECORD_ID_POINT & | operator= (const RECORD_ID_POINT &rhs) |
| void | SetCurrent (INT32 current) |
Specialized record class to manage Point ID table records.
| RVC::DBTABLE::RECORD_ID_POINT::RECORD_ID_POINT | ( | ) | [inline] |
Default constructor.
| RVC::DBTABLE::RECORD_ID_POINT::RECORD_ID_POINT | ( | const RECORD_ID_POINT & | rhs | ) | [inline] |
Copy constructor.
| RVC::DBTABLE::RECORD_ID_POINT::RECORD_ID_POINT | ( | const RVC::DBTABLE & | table | ) | [inline] |
Constructor from RVCDBTABLE - used to setup internal items.
| virtual RVC::DBTABLE::RECORD_ID_POINT::~RECORD_ID_POINT | ( | ) | [inline, virtual] |
Destructor.
| INT32 RVC::DBTABLE::RECORD_ID_POINT::GetCurrent | ( | ) | const [inline] |
Get Current ID value.
| RECORD_ID_POINT& RVC::DBTABLE::RECORD_ID_POINT::operator= | ( | const RECORD_ID_POINT & | rhs | ) | [inline] |
Assignment.
Reimplemented from RVC::DBTABLE::RECORD.
| void RVC::DBTABLE::RECORD_ID_POINT::SetCurrent | ( | INT32 | current | ) | [inline] |
Set Current ID value.
1.6.1