#include <helpbase.h>
Inheritance diagram for THelpIndex::
Public Methods | |
THelpIndex () | |
THelpIndex (StreamableInit) | |
virtual | ~THelpIndex () |
long | position (int) |
void | add (int, long) |
Static Public Methods | |
TStreamable* | build () |
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) |
Definition at line 210 of file helpbase.h.
|
Undocumented. |
|
Undocumented. Definition at line 220 of file helpbase.h. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
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. |
|
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. |
|
Undocumented. Definition at line 240 of file helpbase.h. |
|
Undocumented. Definition at line 251 of file helpbase.h. |
|
Undocumented. Definition at line 236 of file helpbase.h. |