#include <Archive.h>
Inheritance diagram for Packer:

Public Methods | |
| Packer (FILE *f) | |
| void | resetCount () |
| int | getCount () |
| void | operator() (char &x) |
| void | operator() (short &x) |
| void | operator() (int &x) |
| void | operator() (bool &x) |
| void | operator() (double &x) |
| void | operator() (char *&x) |
| void | operator() (BaseType &x) |
| void | operator() (float &x) |
| void | operator() (hasht &x) |
| void | operator() (std::string &x) |
| template<typename T> void | operator() (std::vector< T > &x) |
| virtual DataArchive * | _getArchive () |
| virtual bool | _loadAll () const |
| bool | isLoading () |
Packer instances are created by the DataArchive class when an object is being serialized. The instance stores a FILE object and provides methods to write variables of various types to the file in a standard format.
|
|
|
|
|
Reimplemented in UnPacker. |
|
|
Reimplemented in UnPacker. |
|
|
|
|
|
|
|
||||||||||
|
Reimplemented from Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
Implements Archive. |
|
|
|
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:41 2003, using Doxygen 1.2.18. |