Regina Calculation Engine
|
Deals with storing program data (including packet trees) in XML data files. More...
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_API 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. More... | |
REGINA_API NPacket * | regina::readXMLFile (const char *fileName) |
Reads the packet tree stored in the given XML file. More... | |
REGINA_API NPacket * | regina::readFileMagic (const std::string &fileName) |
Reads a packet tree from a file whose format is unknown. More... | |
Deals with storing program data (including packet trees) in XML data files.