#include <dime/tables/UnknownTable.h>
Inheritance diagram for dimeUnknownTable::
Public Methods | |
dimeUnknownTable (const char *const name, dimeMemHandler *const memhandler) | |
virtual | ~dimeUnknownTable () |
virtual const char * | getTableName () const |
virtual dimeTableEntry * | copy (dimeModel *const model) const |
virtual bool | write (dimeOutput *const out) |
virtual int | typeId () const |
virtual int | countRecords () const |
|
Constructor. |
|
Destructor. Should only be called if no memhandler is used. |
|
Returns the number of records for this table. Tables overloading this function should first count the number of records they will write, then add the return value of this function to get the total number of records. Reimplemented from dimeTableEntry. |
|
Must be implemented by all subclasses, and should return an unique id for that class. Reimplemented from dimeTableEntry. |
|
Will write the records to file. Reimplemented from dimeTableEntry. |