vegastrike
0.5.1.r1
|
#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) |
std::string absIntStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 30 of file xml_serializer.cpp.
std::string angleStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 39 of file xml_serializer.cpp.
std::string boolStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 47 of file xml_serializer.cpp.
std::string charStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 53 of file xml_serializer.cpp.
std::string cloakHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 96 of file xml_serializer.cpp.
std::string doubleStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 43 of file xml_serializer.cpp.
std::string fabsFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 26 of file xml_serializer.cpp.
std::string floatHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 87 of file xml_serializer.cpp.
std::string floatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 22 of file xml_serializer.cpp.
std::string intHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 83 of file xml_serializer.cpp.
std::string intStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 14 of file xml_serializer.cpp.
std::string intToFloatHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 101 of file xml_serializer.cpp.
std::string lessNeg1Handler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 91 of file xml_serializer.cpp.
std::string negationCharStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 61 of file xml_serializer.cpp.
std::string negationFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 69 of file xml_serializer.cpp.
std::string negationIntStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 65 of file xml_serializer.cpp.
std::string scaledFloatStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 34 of file xml_serializer.cpp.
std::string stringHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 79 of file xml_serializer.cpp.
std::string stringStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 73 of file xml_serializer.cpp.
std::string ucharStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 57 of file xml_serializer.cpp.
std::string uintStarHandler | ( | const XMLType & | input, |
void * | mythis | ||
) |
Definition at line 18 of file xml_serializer.cpp.