Pyrogenesis  trunk
Macros | Functions
DebugSerializer.cpp File Reference
#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>
Include dependency graph for DebugSerializer.cpp:

Macros

#define INDENT   std::string(m_Indent, ' ')
 

Functions

template<typename T >
std::string canonfloat (T value, int prec)
 

Macro Definition Documentation

#define INDENT   std::string(m_Indent, ' ')

Function Documentation

template<typename T >
std::string canonfloat ( T  value,
int  prec 
)