#include <string>
Namespaces | |
namespace | regina |
Functions | |
bool | 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 * | readXMLFile (const char *fileName) |
Reads the packet tree stored in the given XML file. | |
NPacket * | readFileMagic (const std::string &fileName) |
Reads a packet tree from a file whose format is unknown. |