vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
XMLType Struct Reference

#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
 

Detailed Description

Definition at line 9 of file xml_serializer.h.

Constructor & Destructor Documentation

XMLType::XMLType ( bool *  mybool)
inline

Definition at line 28 of file xml_serializer.h.

XMLType::XMLType ( double *  mydouble)
inline

Definition at line 32 of file xml_serializer.h.

XMLType::XMLType ( int *  myint)
inline

Definition at line 36 of file xml_serializer.h.

XMLType::XMLType ( unsigned int *  myuint)
inline

Definition at line 40 of file xml_serializer.h.

XMLType::XMLType ( int  myhardint)
inline

Definition at line 44 of file xml_serializer.h.

XMLType::XMLType ( float  myhardfloat)
inline

Definition at line 48 of file xml_serializer.h.

XMLType::XMLType ( float *  myfloat)
inline

Definition at line 52 of file xml_serializer.h.

XMLType::XMLType ( void *  myvoid)
inline

Definition at line 56 of file xml_serializer.h.

XMLType::XMLType ( char *  mychar)
inline

Definition at line 60 of file xml_serializer.h.

XMLType::XMLType ( unsigned char *  mychar)
inline

Definition at line 66 of file xml_serializer.h.

XMLType::XMLType ( const std::string &  s)
inline

Definition at line 70 of file xml_serializer.h.

XMLType::XMLType ( const std::string &  s,
void *  v 
)
inline

Definition at line 74 of file xml_serializer.h.

XMLType::XMLType ( const std::string &  s,
int  myhardint 
)
inline

Definition at line 78 of file xml_serializer.h.

XMLType::XMLType ( const std::string &  s,
float *  f 
)
inline

Definition at line 82 of file xml_serializer.h.

Member Data Documentation

std::string XMLType::str

Definition at line 27 of file xml_serializer.h.

union XMLType::wordlength XMLType::w

The documentation for this struct was generated from the following file: