Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::rawApi< tree::UnrankedTree< SymbolType > > Struct Template Reference

#include <UnrankedTree.h>

Static Public Member Functions

static tree::UnrankedTree< SymbolType > parse (ext::istream &input)
 
static void compose (ext::ostream &output, const tree::UnrankedTree< SymbolType > &tree)
 

Member Function Documentation

◆ compose()

template<class SymbolType >
void core::rawApi< tree::UnrankedTree< SymbolType > >::compose ( ext::ostream output,
const tree::UnrankedTree< SymbolType > &  tree 
)
static
Here is the call graph for this function:

◆ parse()

template<class SymbolType >
tree::UnrankedTree< SymbolType > core::rawApi< tree::UnrankedTree< SymbolType > >::parse ( ext::istream input)
static
Here is the call graph for this function:

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