GL Studio C++ Runtime API
VPFTable Member List

This is the complete list of members for VPFTable, including all inherited members.

_dataVPFTableprotected
_isValidVPFTableprotected
_tableHeaderVPFTableprotected
CheckColumn(const unsigned int col, const VPFTableHeader::ColumnDefinition::Check &check, const bool colCanBeNULL=false) const VPFTableprotected
CheckColumnForeignKey(const unsigned int col, const char *const colName, const bool colCanBeNULL=false) const VPFTableprotected
GetRowCount(void) const VPFTableinline
GetTableData(void) const VPFTableinline
GetTableHeader(void) const VPFTableinline
GetTableValue(const unsigned int rowNum, const unsigned int colNum) const VPFTable
Initialize(const char *const fname, volatile bool &abortLoad)VPFTableprotected
IsValid(void) const VPFTableinline
ReadRow(VPFFile &infile, VPFTableHeader &tableHeader, volatile bool &abortLoad) const VPFTableprotected
Row typedefVPFTable
TableData typedefVPFTable
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()VPFTablevirtual