Tree Compression with Top Trees Revisited
Static Public Member Functions | List of all members
XmlWriter< TopTree< DataType > > Struct Template Reference

Top tree XML writer. More...

#include <XML.h>

Static Public Member Functions

static void write (const TopTree< DataType > &tree, const string &filename)
 

Detailed Description

template<typename DataType>
struct XmlWriter< TopTree< DataType > >

Top tree XML writer.

Definition at line 72 of file XML.h.

Member Function Documentation

template<typename DataType >
static void XmlWriter< TopTree< DataType > >::write ( const TopTree< DataType > &  tree,
const string &  filename 
)
inlinestatic

Write a TopTree instance to an XML file. Nodes without labels will have their merge types used as labels

Parameters
treethe TopTree to write
filenameoutput filename (path must exist)

Definition at line 77 of file XML.h.


The documentation for this struct was generated from the following file: