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

#include <UnboundedRegExp.h>

Static Public Member Functions

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

Member Function Documentation

◆ compose()

template<class SymbolType >
void core::stringApi< regexp::UnboundedRegExp< SymbolType > >::compose ( ext::ostream output,
const regexp::UnboundedRegExp< SymbolType > &  regexp 
)
static

◆ first()

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

◆ parse()

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

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