Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
core::stringApi< regexp::UnboundedRegExpStructure< SymbolType > > Struct Template Reference

#include <UnboundedRegExp.h>

Static Public Member Functions

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

Member Function Documentation

◆ compose()

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

◆ first()

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

◆ parse()

template<class SymbolType >
regexp::UnboundedRegExpStructure< SymbolType > core::stringApi< regexp::UnboundedRegExpStructure< SymbolType > >::parse ( ext::istream input)
static

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