Deals with storing program data (including packet trees) in XML data files. More...
#include <string>
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
bool | regina::writeXMLFile (const char *fileName, NPacket *subtree, bool compressed=true) |
Writes the subtree with the given packet as matriarch to disk as a complete XML file. | |
NPacket * | regina::readXMLFile (const char *fileName) |
Reads the packet tree stored in the given XML file. | |
NPacket * | regina::readFileMagic (const std::string &fileName) |
Reads a packet tree from a file whose format is unknown. |
Deals with storing program data (including packet trees) in XML data files.