Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <xml_serializer.h>
Classes | |
union | wordlength |
Public Member Functions | |
XMLType (bool *mybool) | |
XMLType (double *mydouble) | |
XMLType (int *myint) | |
XMLType (unsigned int *myuint) | |
XMLType (int myhardint) | |
XMLType (float myhardfloat) | |
XMLType (float *myfloat) | |
XMLType (void *myvoid) | |
XMLType (char *mychar) | |
XMLType (unsigned char *mychar) | |
XMLType (const std::string &s) | |
XMLType (const std::string &s, void *v) | |
XMLType (const std::string &s, int myhardint) | |
XMLType (const std::string &s, float *f) | |
Public Attributes | |
union XMLType::wordlength | w |
std::string | str |
Definition at line 9 of file xml_serializer.h.
|
inline |
Definition at line 28 of file xml_serializer.h.
References XMLType::wordlength::b, and w.
|
inline |
Definition at line 32 of file xml_serializer.h.
References XMLType::wordlength::d, and w.
|
inline |
Definition at line 36 of file xml_serializer.h.
References XMLType::wordlength::i, and w.
|
inline |
Definition at line 40 of file xml_serializer.h.
References XMLType::wordlength::ui, and w.
|
inline |
Definition at line 44 of file xml_serializer.h.
References XMLType::wordlength::hardint, and w.
|
inline |
Definition at line 48 of file xml_serializer.h.
References XMLType::wordlength::hardfloat, and w.
|
inline |
Definition at line 52 of file xml_serializer.h.
References XMLType::wordlength::f, and w.
|
inline |
Definition at line 56 of file xml_serializer.h.
References XMLType::wordlength::p, and w.
|
inline |
Definition at line 60 of file xml_serializer.h.
References XMLType::wordlength::c, and w.
|
inline |
Definition at line 66 of file xml_serializer.h.
References XMLType::wordlength::uc, and w.
|
inline |
Definition at line 70 of file xml_serializer.h.
References XMLType::wordlength::p, str, and w.
|
inline |
Definition at line 74 of file xml_serializer.h.
References XMLType::wordlength::p, v, and w.
|
inline |
Definition at line 78 of file xml_serializer.h.
References XMLType::wordlength::hardint, and w.
|
inline |
Definition at line 82 of file xml_serializer.h.
References XMLType::wordlength::f, and w.
std::string XMLType::str |
Definition at line 27 of file xml_serializer.h.
Referenced by Unit::mountSerializer(), scaledFloatStarHandler(), stringHandler(), and XMLType().
union XMLType::wordlength XMLType::w |
Referenced by absIntStarHandler(), accelStarHandler(), angleStarHandler(), boolStarHandler(), charStarHandler(), cloakHandler(), delayucharStarHandler(), doubleStarHandler(), fabsFloatStarHandler(), floatHandler(), floatStarHandler(), intHandler(), intStarHandler(), intToFloatHandler(), lessNeg1Handler(), Unit::mountSerializer(), negationCharStarHandler(), negationFloatStarHandler(), negationIntStarHandler(), scaledFloatStarHandler(), speedStarHandler(), stringStarHandler(), Unit::subunitSerializer(), ucharStarHandler(), uintStarHandler(), and XMLType().