Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

THelpIndex Class Reference

Part of the help system. More...

#include <helpbase.h>

Inheritance diagram for THelpIndex::

TObject TStreamable List of all members.

Public Methods

 THelpIndex ()
 THelpIndex (StreamableInit)
virtual ~THelpIndex ()
long position (int)
void add (int, long)

Static Public Methods

TStreamablebuild ()

Public Attributes

ushort size
long* index

Static Public Attributes

const char* const name

Protected Methods

virtual void write (opstream &os)
virtual void* read (ipstream &is)

Detailed Description

Part of the help system.

Definition at line 210 of file helpbase.h.


Constructor & Destructor Documentation

THelpIndex::THelpIndex ( )
 

Undocumented.

THelpIndex::THelpIndex ( StreamableInit ) [inline]
 

Undocumented.

Definition at line 220 of file helpbase.h.

THelpIndex::~THelpIndex ( ) [virtual]
 

Undocumented.


Member Function Documentation

void THelpIndex::add ( int,
long )
 

Undocumented.

TStreamable * THelpIndex::build ( ) [static]
 

Undocumented.

long THelpIndex::position ( int )
 

Undocumented.

void * THelpIndex::read ( ipstream & is ) [protected, virtual]
 

This pure virtual function must be overridden (or redeclared as pure virtual) in every derived class. The overriding read() function for each streamable class must read the necessary data members from the ipstream object `is'. read() is usually implemented by calling the base class's read() (if any), then extracting any additional data members for the derived class.

Reimplemented from TStreamable.

void THelpIndex::write ( opstream & os ) [protected, virtual]
 

This pure virtual function must be overridden (or redeclared as pure virtual) in every derived class. The overriding write() function for each streamable class must write the necessary data members to the opstream object `os'. write() is usually implemented by calling the base class's write() (if any), then inserting any additional data members for the derived class.

Reimplemented from TStreamable.


Member Data Documentation

long * THelpIndex::index
 

Undocumented.

Definition at line 240 of file helpbase.h.

const char *const THelpIndex::name [static]
 

Undocumented.

Definition at line 251 of file helpbase.h.

ushort THelpIndex::size
 

Undocumented.

Definition at line 236 of file helpbase.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:26 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001