Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CDebugSerializer, including all inherited members.
Bool(const char *name, bool value) | ISerializer | inline |
CDebugSerializer(const ScriptInterface &scriptInterface, std::ostream &stream, bool includeDebugInfo=true) | CDebugSerializer | |
Comment(const std::string &comment) | CDebugSerializer | |
Dedent(int spaces) | CDebugSerializer | |
GetStream() | CDebugSerializer | virtual |
Indent(int spaces) | CDebugSerializer | |
IsDebug() const | CDebugSerializer | virtual |
m_Indent | CDebugSerializer | private |
m_IsDebug | CDebugSerializer | private |
m_ScriptInterface | CDebugSerializer | private |
m_Stream | CDebugSerializer | private |
NONCOPYABLE(CDebugSerializer) | CDebugSerializer | private |
NumberDouble_Unbounded(const char *name, double value) | ISerializer | inline |
NumberFixed_Unbounded(const char *name, fixed value) | ISerializer | inline |
NumberFloat_Unbounded(const char *name, float value) | ISerializer | inline |
NumberI16(const char *name, int16_t value, int16_t lower, int16_t upper) | ISerializer | |
NumberI16_Unbounded(const char *name, int16_t value) | ISerializer | inline |
NumberI32(const char *name, int32_t value, int32_t lower, int32_t upper) | ISerializer | |
NumberI32_Unbounded(const char *name, int32_t value) | ISerializer | inline |
NumberI8(const char *name, int8_t value, int8_t lower, int8_t upper) | ISerializer | |
NumberI8_Unbounded(const char *name, int8_t value) | ISerializer | inline |
NumberU16(const char *name, uint16_t value, uint16_t lower, uint16_t upper) | ISerializer | |
NumberU16_Unbounded(const char *name, uint16_t value) | ISerializer | inline |
NumberU32(const char *name, uint32_t value, uint32_t lower, uint32_t upper) | ISerializer | |
NumberU32_Unbounded(const char *name, uint32_t value) | ISerializer | inline |
NumberU8(const char *name, uint8_t value, uint8_t lower, uint8_t upper) | ISerializer | |
NumberU8_Unbounded(const char *name, uint8_t value) | ISerializer | inline |
PutBool(const char *name, bool value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, uint8_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, int8_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, uint16_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, int16_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, uint32_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, int32_t value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, float value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, double value) | CDebugSerializer | protectedvirtual |
PutNumber(const char *name, fixed value) | CDebugSerializer | protectedvirtual |
PutRaw(const char *name, const u8 *data, size_t len) | CDebugSerializer | protectedvirtual |
PutScriptVal(const char *name, JS::MutableHandleValue value) | CDebugSerializer | protectedvirtual |
PutString(const char *name, const std::string &value) | CDebugSerializer | protectedvirtual |
RawBytes(const char *name, const u8 *data, size_t len) | ISerializer | |
ScriptVal(const char *name, JS::MutableHandleValue value) | ISerializer | |
String(const char *name, const std::wstring &value, uint32_t minlength, uint32_t maxlength) | ISerializer | |
StringASCII(const char *name, const std::string &value, uint32_t minlength, uint32_t maxlength) | ISerializer | |
TextLine(const std::string &text) | CDebugSerializer | |
~ISerializer() | ISerializer | virtual |