Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Engine Member List
This is the complete list of members for Engine, including all inherited members.
- Engine(std::iostream &stream, EngineMode mode) THROWS(PersistException)
- EngineMode enum name
- modeRead enum value
- modeWrite enum value
- Read(BaseObject *&object) THROWS(Exception)
- Read(int8 &i) THROWS(Exception)
[inline]
- Read(uint8 &i) THROWS(Exception)
[inline]
- Read(int16 &i) THROWS(Exception)
[inline]
- Read(uint16 &i) THROWS(Exception)
[inline]
- Read(int32 &i) THROWS(Exception)
[inline]
- Read(uint32 &i) THROWS(Exception)
[inline]
- Read(int64 &i) THROWS(Exception)
[inline]
- Read(uint64 &i) THROWS(Exception)
[inline]
- Read(float &i) THROWS(Exception)
[inline]
- Read(double &i) THROWS(Exception)
[inline]
- Read(std::string &str) THROWS(Exception)
- ReadBinary(uint8 *data, uint32 size) THROWS(Exception)
- Write(const BaseObject *object) THROWS(Exception)
- Write(int8 i) THROWS(Exception)
[inline]
- Write(uint8 i) THROWS(Exception)
[inline]
- Write(int16 i) THROWS(Exception)
[inline]
- Write(uint16 i) THROWS(Exception)
[inline]
- Write(int32 i) THROWS(Exception)
[inline]
- Write(uint32 i) THROWS(Exception)
[inline]
- Write(int64 i) THROWS(Exception)
[inline]
- Write(uint64 i) THROWS(Exception)
[inline]
- Write(float i) THROWS(Exception)
[inline]
- Write(double i) THROWS(Exception)
[inline]
- Write(const std::string &str) THROWS(Exception)
- WriteBinary(const uint8 *data, const uint32 size) THROWS(Exception)
- ~Engine()
Generated at Wed Sep 5 11:25:20 2001 for CommonC++ by
1.2.5 written by Dimitri van Heesch,
© 1997-2001