#include <dime/sections/UnknownSection.h>
Inheritance diagram for dimeUnknownSection::
Public Methods | |
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 |
Friends | |
class | dimeModel |
|
Constructor which stores the sectioname. |
|
Destructor. |
|
Returns the number of records in this section. Reimplemented from dimeSection. |
|
Must be implemented by all subclasses, and should return an unique id for that class. Reimplemented from dimeSection. |