C++ class for reading and writing XML structures. No need for a C++ code parser or special pre compiler. Specify a schema entirly in native C++. The schema is verified when XML is read and exceptions are thrown when the XML to be parse is invalid.
 
 
 
 
Marc Wäckerlin 7991de3432 replaced std::auto_ptr by new std::unique_ptr 10 years ago
..
address.cxx replaced std::auto_ptr by new std::unique_ptr 10 years ago
contain_serialization.cxx update to new build system 10 years ago
inherit_serialization.cxx update to new build system 10 years ago
list_serialization.cxx update to new build system 10 years ago
makefile.am update to new build system 10 years ago
node_macros.cxx replaced std::auto_ptr by new std::unique_ptr 10 years ago
optional_serialization.cxx update to new build system 10 years ago
serialization.cxx update to new build system 10 years ago