41 static void write(
const Table& table, pugi::xml_node xml_node);
44 static void read(
Table& table, pugi::xml_node xml_node);
Output of XML representation of DOLFIN Table.
Definition: XMLTable.h:37
static void read(Table &table, pugi::xml_node xml_node)
Read the XML file.
Definition: XMLTable.cpp:68
static void write(const Table &table, pugi::xml_node xml_node)
Write the XML file.
Definition: XMLTable.cpp:26