![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"#include "XMBStorage.h"#include "lib/file/io/write_buffer.h"#include "lib/file/vfs/vfs.h"#include "ps/CLogger.h"#include "scriptinterface/Object.h"#include "scriptinterface/ScriptConversions.h"#include "scriptinterface/ScriptExtraHeaders.h"#include "scriptinterface/ScriptInterface.h"#include <libxml/parser.h>#include <string_view>#include <unordered_map>
Classes | |
| class | anonymous_namespace{XMBStorage.cpp}::XMBStorageWriter |
| class | anonymous_namespace{XMBStorage.cpp}::JSNodeData |
Namespaces | |
| namespace | anonymous_namespace{XMBStorage.cpp} |
Functions | |
| void | anonymous_namespace{XMBStorage.cpp}::WriteStringAndLineNumber (WriteBuffer &writeBuffer, const std::string &text, int lineNumber) |
| template<> | |
| bool | anonymous_namespace{XMBStorage.cpp}::XMBStorageWriter::OutputElements< JSNodeData &, const u32 &, JS::HandleValue && > (WriteBuffer &writeBuffer, JSNodeData &data, const u32 &nodeName, JS::HandleValue &&value) |