Pyrogenesis
13997
|
#include "precompiled.h"
#include "DebugSerializer.h"
#include "scriptinterface/ScriptInterface.h"
#include "lib/secure_crt.h"
#include "lib/utf8.h"
#include "ps/CStr.h"
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | INDENT std::string(m_Indent, ' ') |
Functions | |
template<typename T > | |
std::string | canonfloat (T value, int prec) |
#define INDENT std::string(m_Indent, ' ') |
Definition at line 71 of file DebugSerializer.cpp.
std::string canonfloat | ( | T | value, |
int | prec | ||
) |
Definition at line 42 of file DebugSerializer.cpp.