Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
compare::StringCompare Class Reference

#include <StringCompare.h>

Static Public Member Functions

template<class SymbolType >
static bool compare (const string::LinearString< SymbolType > &a, const string::LinearString< SymbolType > &b)
 
template<class SymbolType >
static bool compare (const string::CyclicString< SymbolType > &a, const string::CyclicString< SymbolType > &b)
 

Member Function Documentation

◆ compare() [1/2]

template<class SymbolType >
bool compare::StringCompare::compare ( const string::CyclicString< SymbolType > &  a,
const string::CyclicString< SymbolType > &  b 
)
static

◆ compare() [2/2]

template<class SymbolType >
bool compare::StringCompare::compare ( const string::LinearString< SymbolType > &  a,
const string::LinearString< SymbolType > &  b 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

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