GL Studio C++ Runtime API
|
This is the complete list of members for VPFTable, including all inherited members.
_data | VPFTable | protected |
_isValid | VPFTable | protected |
_tableHeader | VPFTable | protected |
CheckColumn(const unsigned int col, const VPFTableHeader::ColumnDefinition::Check &check, const bool colCanBeNULL=false) const | VPFTable | protected |
CheckColumnForeignKey(const unsigned int col, const char *const colName, const bool colCanBeNULL=false) const | VPFTable | protected |
GetRowCount(void) const | VPFTable | inline |
GetTableData(void) const | VPFTable | inline |
GetTableHeader(void) const | VPFTable | inline |
GetTableValue(const unsigned int rowNum, const unsigned int colNum) const | VPFTable | |
Initialize(const char *const fname, volatile bool &abortLoad) | VPFTable | protected |
IsValid(void) const | VPFTable | inline |
ReadRow(VPFFile &infile, VPFTableHeader &tableHeader, volatile bool &abortLoad) const | VPFTable | protected |
Row typedef | VPFTable | |
TableData typedef | VPFTable | |
VPFTable(const char *const fname, volatile bool &abortLoad) | VPFTable | |
VPFTable(const char *const fname, const VPFTableHeader::ColumnDefinition::Check *const columnCheck, const unsigned int numColumnCheck, volatile bool &abortLoad) | VPFTable | |
~VPFTable() | VPFTable | virtual |