Google

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(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(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 string& str) THROWS (Exception)
  • WriteBinary(const uint8* data, const uint32 size) THROWS (Exception)
  • ~Engine()

Generated at Fri Mar 23 10:47:55 2001 for CommonC++ by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000