Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
tree::TreeNormalize Class Reference

#include <TreeNormalize.h>

Static Public Member Functions

template<class SymbolType >
static ext::tree< DefaultSymbolTypenormalizeTree (ext::tree< SymbolType > &&tree)
 
template<class SymbolType >
static ext::tree< common::ranked_symbol< DefaultSymbolType > > normalizeRankedTree (ext::tree< common::ranked_symbol< SymbolType > > &&tree)
 

Detailed Description

This class contains methods to print XML representation of automata to the output stream.

Member Function Documentation

◆ normalizeRankedTree()

template<class SymbolType >
ext::tree< common::ranked_symbol< DefaultSymbolType > > tree::TreeNormalize::normalizeRankedTree ( ext::tree< common::ranked_symbol< SymbolType > > &&  tree)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ normalizeTree()

template<class SymbolType >
ext::tree< DefaultSymbolType > tree::TreeNormalize::normalizeTree ( ext::tree< SymbolType > &&  tree)
static
Here is the call graph for this function:
Here is the caller graph for this function:

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