#include <sspt_xmlstore.h>
Public Member Functions | |
sspt_XMLStore () | |
void | addCollection (sspt_Collection *attributes) |
void | saveXML (const char *name) |
Static Public Member Functions | |
static bool | loadUniverse (const char *xmlfile, sspt_BuildMethod builder, void *universe) |
static bool | loadUniverse (const char *xmlfile, sspt_List< sspt_Collection * > *objects) |
sspt_XMLStore::sspt_XMLStore | ( | ) | [inline] |
void sspt_XMLStore::addCollection | ( | sspt_Collection * | attributes | ) |
static bool sspt_XMLStore::loadUniverse | ( | const char * | xmlfile, | |
sspt_List< sspt_Collection * > * | objects | |||
) | [static] |
static bool sspt_XMLStore::loadUniverse | ( | const char * | xmlfile, | |
sspt_BuildMethod | builder, | |||
void * | universe | |||
) | [static] |
void sspt_XMLStore::saveXML | ( | const char * | name | ) |