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

#include <RankedSymbol.h>

Static Public Member Functions

static common::ranked_symbol< SymbolType > parse (ext::istream &input)
 
static bool first (ext::istream &input)
 
static void compose (ext::ostream &output, const common::ranked_symbol< SymbolType > &symbol)
 

Member Function Documentation

◆ compose()

template<class SymbolType >
void core::stringApi< common::ranked_symbol< SymbolType > >::compose ( ext::ostream output,
const common::ranked_symbol< SymbolType > &  symbol 
)
static
Here is the call graph for this function:

◆ first()

template<class SymbolType >
bool core::stringApi< common::ranked_symbol< SymbolType > >::first ( ext::istream input)
static

◆ parse()

template<class SymbolType >
common::ranked_symbol< SymbolType > core::stringApi< common::ranked_symbol< SymbolType > >::parse ( ext::istream input)
static

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