Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
rte::RTEToXmlComposer Class Reference

#include <RTEToXmlComposer.h>

Data Structures

class  Formal
 

Static Public Member Functions

template<class SymbolType >
static void composeAlphabet (ext::deque< sax::Token > &output, const ext::set< common::ranked_symbol< SymbolType > > &alphabetF, const ext::set< common::ranked_symbol< SymbolType > > &alphabetK)
 

Detailed Description

This class contains methods to print XML representation of regular tree expression to the output stream.

Member Function Documentation

◆ composeAlphabet()

template<class SymbolType >
void rte::RTEToXmlComposer::composeAlphabet ( ext::deque< sax::Token > &  output,
const ext::set< common::ranked_symbol< SymbolType > > &  alphabetF,
const ext::set< common::ranked_symbol< SymbolType > > &  alphabetK 
)
static
Here is the caller graph for this function:

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