GL Studio C++ Runtime API
|
#include <vpf_table_header.h>
Public Attributes | |
const char * | name |
VPFUtil::DataType | dataType |
VPFUtil::KeyType | keyType |
int | numElements |
Check structure facilitates ensuring that table header column definitions match a known spec
VPFUtil::DataType dataType |
type of data in column
VPFUtil::KeyType keyType |
key type for column
const char* name |
name of column
int numElements |
number of data elements in column (-1 for var length)