Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::stringApi< grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > > Struct Template Reference

#include <RightRG.h>

Static Public Member Functions

static grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > parse (ext::istream &input)
 
static bool first (ext::istream &input)
 
static void compose (ext::ostream &output, const grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > &grammar)
 

Member Function Documentation

◆ compose()

template<class TerminalSymbolType , class NonterminalSymbolType >
void core::stringApi< grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > >::compose ( ext::ostream output,
const grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > &  grammar 
)
static
Here is the call graph for this function:

◆ first()

template<class TerminalSymbolType , class NonterminalSymbolType >
bool core::stringApi< grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > >::first ( ext::istream input)
static
Here is the call graph for this function:

◆ parse()

template<class TerminalSymbolType , class NonterminalSymbolType >
grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > core::stringApi< grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > >::parse ( ext::istream input)
static
Here is the call graph for this function:

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