#include <dime/sections/UnknownSection.h>
Inheritance diagram for dimeUnknownSection:
Public Member Functions | |
dimeUnknownSection (const char *const sectionname, dimeMemHandler *memhandler=NULL) | |
virtual | ~dimeUnknownSection () |
virtual const char * | getSectionName () const |
virtual dimeSection * | copy (dimeModel *const model) const |
virtual bool | read (dimeInput *const file) |
virtual bool | write (dimeOutput *const file) |
virtual int | typeId () const |
virtual int | countRecords () const |
|
Constructor which stores the sectioname. |
|
Destructor. |
|
Returns the number of records in this section. Implements dimeSection. |
|
Must be implemented by all subclasses, and should return an unique id for that class. Implements dimeSection. |