Engine(std::iostream &stream, EngineMode mode) THROWS(PersistException) | ost::Engine | |
EngineMode enum name | ost::Engine | |
modeRead enum value | ost::Engine | |
modeWrite enum value | ost::Engine | |
operator<<(Engine &ar, typename std::deque< T > const &ob) THROWS(Engine | ost::Engine | [related] |
operator<<(Engine &ar, typename std::map< Key, Value > const &ob) THROWS(Engine | ost::Engine | [related] |
operator<<(Engine &ar, std::pair< x, y > &ob) THROWS(Engine | ost::Engine | [related] |
operator>>(Engine &ar, typename std::vector< T > &ob) THROWS(Engine | ost::Engine | [related] |
operator>>(Engine &ar, typename std::deque< T > &ob) THROWS(Engine | ost::Engine | [related] |
operator>>(Engine &ar, typename std::map< Key, Value > &ob) THROWS(Engine | ost::Engine | [related] |
operator>>(Engine &ar, std::pair< x, y > &ob) THROWS(Engine | ost::Engine | [related] |
read(BaseObject &object) THROWS(Exception) | ost::Engine | |
read(BaseObject *&object) THROWS(Exception) | ost::Engine | |
read(int8 &i) THROWS(Exception) | ost::Engine | [inline] |
read(uint8 &i) THROWS(Exception) | ost::Engine | [inline] |
read(int16 &i) THROWS(Exception) | ost::Engine | [inline] |
read(uint16 &i) THROWS(Exception) | ost::Engine | [inline] |
read(int32 &i) THROWS(Exception) | ost::Engine | [inline] |
read(uint32 &i) THROWS(Exception) | ost::Engine | [inline] |
read(float &i) THROWS(Exception) | ost::Engine | [inline] |
read(double &i) THROWS(Exception) | ost::Engine | [inline] |
read(String &str) THROWS(Exception) | ost::Engine | |
read(std::string &str) THROWS(Exception) | ost::Engine | |
readBinary(uint8 *data, uint32 size) THROWS(Exception) | ost::Engine | |
sync() | ost::Engine | |
write(const BaseObject &object) THROWS(Exception) | ost::Engine | [inline] |
write(const BaseObject *object) THROWS(Exception) | ost::Engine | |
write(int8 i) THROWS(Exception) | ost::Engine | [inline] |
write(uint8 i) THROWS(Exception) | ost::Engine | [inline] |
write(int16 i) THROWS(Exception) | ost::Engine | [inline] |
write(uint16 i) THROWS(Exception) | ost::Engine | [inline] |
write(int32 i) THROWS(Exception) | ost::Engine | [inline] |
write(uint32 i) THROWS(Exception) | ost::Engine | [inline] |
write(float i) THROWS(Exception) | ost::Engine | [inline] |
write(double i) THROWS(Exception) | ost::Engine | [inline] |
write(const String &str) THROWS(Exception) | ost::Engine | |
write(const std::string &str) THROWS(Exception) | ost::Engine | |
writeBinary(const uint8 *data, const uint32 size) THROWS(Exception) | ost::Engine | |
~Engine() | ost::Engine | [virtual] |