Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "xml_serializer.h"
#include "cmd/unit_generic.h"
#include "cmd/images.h"
#include "vsfilesystem.h"
#include "configxml.h"
#include "vs_globals.h"
#include "vegastrike.h"
#include "networking/const.h"
Go to the source code of this file.
Functions | |
std::string | intStarHandler (const XMLType &input, void *mythis) |
std::string | uintStarHandler (const XMLType &input, void *mythis) |
std::string | floatStarHandler (const XMLType &input, void *mythis) |
std::string | fabsFloatStarHandler (const XMLType &input, void *mythis) |
std::string | absIntStarHandler (const XMLType &input, void *mythis) |
std::string | scaledFloatStarHandler (const XMLType &input, void *mythis) |
std::string | angleStarHandler (const XMLType &input, void *mythis) |
std::string | doubleStarHandler (const XMLType &input, void *mythis) |
std::string | boolStarHandler (const XMLType &input, void *mythis) |
std::string | charStarHandler (const XMLType &input, void *mythis) |
std::string | ucharStarHandler (const XMLType &input, void *mythis) |
std::string | negationCharStarHandler (const XMLType &input, void *mythis) |
std::string | negationIntStarHandler (const XMLType &input, void *mythis) |
std::string | negationFloatStarHandler (const XMLType &input, void *mythis) |
std::string | stringStarHandler (const XMLType &input, void *mythis) |
std::string | stringHandler (const XMLType &input, void *mythis) |
std::string | intHandler (const XMLType &input, void *mythis) |
std::string | floatHandler (const XMLType &input, void *mythis) |
std::string | lessNeg1Handler (const XMLType &input, void *mythis) |
std::string | cloakHandler (const XMLType &input, void *mythis) |
std::string | intToFloatHandler (const XMLType &input, void *mythis) |
static void | Tab (VSFileSystem::VSFile &f) |
static void | Tab (VSFileSystem::VSFile &f, int level) |
static string | TabString (int level) |
std::string absIntStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 30 of file xml_serializer.cpp.
References XMLType::wordlength::i, XMLSupport::tostring(), and XMLType::w.
std::string angleStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 39 of file xml_serializer.cpp.
References XMLType::wordlength::f, XMLSupport::tostring(), and XMLType::w.
std::string boolStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 47 of file xml_serializer.cpp.
References XMLType::wordlength::b, and XMLType::w.
std::string charStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 53 of file xml_serializer.cpp.
References XMLType::wordlength::c, XMLSupport::tostring(), and XMLType::w.
std::string cloakHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 96 of file xml_serializer.cpp.
References XMLType::wordlength::i, XMLSupport::tostring(), and XMLType::w.
std::string doubleStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 43 of file xml_serializer.cpp.
References XMLType::wordlength::d, XMLSupport::tostring(), and XMLType::w.
std::string fabsFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 26 of file xml_serializer.cpp.
References XMLType::wordlength::f, XMLSupport::tostring(), and XMLType::w.
std::string floatHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 87 of file xml_serializer.cpp.
References XMLType::wordlength::hardfloat, XMLSupport::tostring(), and XMLType::w.
std::string floatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 22 of file xml_serializer.cpp.
References XMLType::wordlength::f, XMLSupport::tostring(), and XMLType::w.
std::string intHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 83 of file xml_serializer.cpp.
References XMLType::wordlength::hardint, XMLSupport::tostring(), and XMLType::w.
std::string intStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 14 of file xml_serializer.cpp.
References XMLType::wordlength::i, XMLSupport::tostring(), and XMLType::w.
std::string intToFloatHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 101 of file xml_serializer.cpp.
References XMLType::wordlength::i, XMLSupport::tostring(), and XMLType::w.
std::string lessNeg1Handler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 91 of file xml_serializer.cpp.
References XMLType::wordlength::c, XMLSupport::tostring(), and XMLType::w.
std::string negationCharStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 61 of file xml_serializer.cpp.
References XMLType::wordlength::c, XMLSupport::tostring(), and XMLType::w.
std::string negationFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 69 of file xml_serializer.cpp.
References XMLType::wordlength::f, XMLSupport::tostring(), and XMLType::w.
std::string negationIntStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 65 of file xml_serializer.cpp.
References XMLType::wordlength::i, XMLSupport::tostring(), and XMLType::w.
std::string scaledFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 34 of file xml_serializer.cpp.
References XMLType::wordlength::f, XMLSupport::parse_float(), XMLType::str, XMLSupport::tostring(), and XMLType::w.
std::string stringHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 79 of file xml_serializer.cpp.
References XMLType::str.
std::string stringStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 73 of file xml_serializer.cpp.
References XMLType::wordlength::p, and XMLType::w.
|
static |
Definition at line 110 of file xml_serializer.cpp.
References VSFileSystem::VSFile::Fprintf().
|
static |
Definition at line 114 of file xml_serializer.cpp.
References i, BeamXML::level, and StarSystemGent::Tab().
|
static |
Definition at line 152 of file xml_serializer.cpp.
References i, and BeamXML::level.
Referenced by XMLnode::WriteString().
std::string ucharStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 57 of file xml_serializer.cpp.
References XMLSupport::tostring(), XMLType::wordlength::uc, and XMLType::w.
std::string uintStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 18 of file xml_serializer.cpp.
References XMLSupport::tostring(), XMLType::wordlength::ui, and XMLType::w.