XMLLoadSave.h File Reference
Detailed Description
- Author:
- Ethan Tira-Thompson (ejt) (Creator)
- Author
- ejt
- Name
- tekkotsu-2_4_1
- Revision
- 1.5
- State
- Exp
- Date
- 2005/08/07 04:11:04
Definition in file XMLLoadSave.h.
#include "LoadSave.h"
Include dependency graph for XMLLoadSave.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Classes |
class | XMLLoadSave |
| XMLLoadSave adds functions for XML format serialization, although if you write binary LoadSave functions as well, you can do either. More...
|
class | XMLLoadSave::bad_format |
| an exception to be thrown when a bad XML file is parsed, allows file position information to be passed to the user More...
|
class | XMLLoadSave::AutoInit |
| allows automatic (de)initialization of libxml when the first or last XMLLoadSave class is created or destroyed More...
|
libxml2 forward declarations |
forward declaration of the libxml2 struct of the same name
|
typedef _xmlNode | xmlNode |
typedef _xmlDoc | xmlDoc |
typedef _xmlAttr | xmlAttr |
Typedef Documentation
|