Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::stringApi< automaton::DFA< SymbolType, StateType > > Struct Template Reference

#include <DFA.h>

Static Public Member Functions

static automaton::DFA< SymbolType, StateType > parse (ext::istream &input)
 
static bool first (ext::istream &input)
 
static void compose (ext::ostream &output, const automaton::DFA< SymbolType, StateType > &automaton)
 

Member Function Documentation

◆ compose()

template<class SymbolType , class StateType >
void core::stringApi< automaton::DFA< SymbolType, StateType > >::compose ( ext::ostream output,
const automaton::DFA< SymbolType, StateType > &  automaton 
)
static

◆ first()

template<class SymbolType , class StateType >
bool core::stringApi< automaton::DFA< SymbolType, StateType > >::first ( ext::istream input)
static
Here is the call graph for this function:

◆ parse()

template<class SymbolType , class StateType >
automaton::DFA< SymbolType, StateType > core::stringApi< automaton::DFA< SymbolType, StateType > >::parse ( ext::istream input)
static
Here is the call graph for this function:

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