class Header
|
An internal class for saving and loading the TSE3MDL file
header. More... |
|
|
Public Methods
- Header (const std::string &originator)
- virtual ~Header ()
- virtual void save (std::ostream &out, int indentLevel)
- virtual void load (std::istream &in,
SerializableLoadInfo &info)
An internal class for saving and loading the TSE3MDL file
header.
The notable feature of this class is that it is the only one
that actually writes into most of the SerializableLoadInfo
structure.
Header (const std::string &originator)
| Header |
[virtual]
void save (std::ostream &out, int indentLevel)
| save |
[virtual]
Reimplemented from Serializable.
void load (std::istream &in,
SerializableLoadInfo &info)
| load |
[virtual]
Reimplemented from Serializable.
Generated by: pete on philemon on Wed May 25 14:39:52 2005, using kdoc 2.0a54. |