Main Page   Class Hierarchy   Compound List   File List   Compound Members  

dimeUnknownSection Class Reference

The dimeUnknownSection class is used to support unknown sections. More...

#include <dime/sections/UnknownSection.h>

Inheritance diagram for dimeUnknownSection::

dimeSection dimeBase List of all members.

Public Methods

 dimeUnknownSection (const char *const sectionname, dimeMemHandler *memhandler=NULL)
virtual ~dimeUnknownSection ()
virtual const char * getSectionName () const
virtual dimeSectioncopy (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

Detailed Description

The dimeUnknownSection class is used to support unknown sections.


Constructor & Destructor Documentation

dimeUnknownSection::dimeUnknownSection const char *const    sectionname,
dimeMemHandler   memhandler = NULL
 

Constructor which stores the sectioname.

dimeUnknownSection::~dimeUnknownSection   [virtual]
 

Destructor.


Member Function Documentation

int dimeUnknownSection::countRecords   const [virtual]
 

Returns the number of records in this section.

Reimplemented from dimeSection.

int dimeUnknownSection::typeId   const [virtual]
 

Must be implemented by all subclasses, and should return an unique id for that class.

Reimplemented from dimeSection.


The documentation for this class was generated from the following files:
Copyright © 1998-1999, Systems In Motion <sales@sim.no>. All rights reserved.
System documentation was generated using doxygen.