Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Concepts
Static Public Member Functions
regexp::transform::RegExpConcatenate Class Reference

#include <RegExpConcatenate.h>

Static Public Member Functions

template<class SymbolType >
static regexp::FormalRegExp< SymbolType > concatenate (const regexp::FormalRegExp< SymbolType > &first, const regexp::FormalRegExp< SymbolType > &second)
 
template<class SymbolType >
static regexp::FormalRegExpStructure< SymbolType > concatenate (const regexp::FormalRegExpStructure< SymbolType > &first, const regexp::FormalRegExpStructure< SymbolType > &second)
 
template<class SymbolType >
static regexp::UnboundedRegExp< SymbolType > concatenate (const regexp::UnboundedRegExp< SymbolType > &first, const regexp::UnboundedRegExp< SymbolType > &second)
 
template<class SymbolType >
static regexp::UnboundedRegExpStructure< SymbolType > concatenate (const regexp::UnboundedRegExpStructure< SymbolType > &first, const regexp::UnboundedRegExpStructure< SymbolType > &second)
 

Detailed Description

Implements concatenation of two regular expressions.

Member Function Documentation

◆ concatenate() [1/4]

template<class SymbolType >
regexp::FormalRegExp< SymbolType > regexp::transform::RegExpConcatenate::concatenate ( const regexp::FormalRegExp< SymbolType > &  first,
const regexp::FormalRegExp< SymbolType > &  second 
)
static

Implements concatenation of two regular expressions.

Template Parameters
SymbolTypethe type of symbols in the regular expression
Parameters
firstthe first regexp to concatenate
secondthe second regexp to concatenate
Returns
regexp describing first . second
Here is the call graph for this function:
Here is the caller graph for this function:

◆ concatenate() [2/4]

template<class SymbolType >
regexp::FormalRegExpStructure< SymbolType > regexp::transform::RegExpConcatenate::concatenate ( const regexp::FormalRegExpStructure< SymbolType > &  first,
const regexp::FormalRegExpStructure< SymbolType > &  second 
)
static

\override

Here is the call graph for this function:

◆ concatenate() [3/4]

template<class SymbolType >
regexp::UnboundedRegExp< SymbolType > regexp::transform::RegExpConcatenate::concatenate ( const regexp::UnboundedRegExp< SymbolType > &  first,
const regexp::UnboundedRegExp< SymbolType > &  second 
)
static

\override

Here is the call graph for this function:

◆ concatenate() [4/4]

template<class SymbolType >
regexp::UnboundedRegExpStructure< SymbolType > regexp::transform::RegExpConcatenate::concatenate ( const regexp::UnboundedRegExpStructure< SymbolType > &  first,
const regexp::UnboundedRegExpStructure< SymbolType > &  second 
)
static

\override

Here is the call graph for this function:

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