![]() |
Gorgon Game Engine
|
This is the complete list of members for Writer, including all inherited members.
| Close() | Writer | |
| close()=0 | Writer | protectedpure virtual |
| GetStream() | Writer | |
| IsGood() const | Writer | |
| open(bool thrw)=0 | Writer | protectedpure virtual |
| Seek(unsigned long pos) | Writer | |
| stream | Writer | protected |
| Tell() const | Writer | |
| WriteArray(const T_ *data, unsigned long size) | Writer | |
| WriteBool(bool value) | Writer | |
| WriteChunkHeader(GID::Type type, unsigned long size) | Writer | |
| WriteChunkSize(unsigned long value) | Writer | |
| WriteChunkStart(GID::Type type) | Writer | |
| WriteDouble(double value) | Writer | |
| WriteEnd(Marker &marker) | Writer | |
| WriteEnum32(E_ value) | Writer | |
| WriteFloat(float value) | Writer | |
| WriteGID(GID::Type value) | Writer | |
| WriteGuid(const SGuid &value) | Writer | |
| WriteInt16(int value) | Writer | |
| WriteInt32(long value) | Writer | |
| WriteInt8(char value) | Writer | |
| WriteObjectStart(const Base &base) | Writer | |
| WriteObjectStart(const Base *base) | Writer | |
| WriteObjectStart(const Base &base, GID::Type type) | Writer | |
| WriteObjectStart(const Base *base, GID::Type type) | Writer | |
| WritePoint(Geometry::Point value) | Writer | |
| WritePointf(Geometry::Pointf value) | Writer | |
| WriteRGBA(Graphics::RGBA value) | Writer | |
| WriteRGBAf(Graphics::RGBAf value) | Writer | |
| WriteSize(Geometry::Size value) | Writer | |
| WriteString(const std::string &value) | Writer | |
| WriteStringWithSize(const std::string &value) | Writer | |
| WriteUInt16(unsigned value) | Writer | |
| WriteUInt32(unsigned long value) | Writer | |
| WriteUInt8(Byte value) | Writer | |
| WriteVector(const std::vector< T_ > &data) | Writer | |
| ~Writer() | Writer | virtual |