8#include <string/LinearString.h>
9#include <string/CyclicString.h>
31 template <
class SymbolType >
44 template <
class SymbolType >
48template <
class SymbolType >
56 if ( ( k == m ) && ( k == n ) )
68template <
class SymbolType >
77 while (
i < n && j < m ) {
82 if ( k >= n )
return 0;
Cyclic string.
Definition: CyclicString.h:60
const ext::vector< SymbolType > & getContent() const &
Definition: CyclicString.h:219
Linear string.
Definition: LinearString.h:57
const ext::vector< SymbolType > & getContent() const &
Definition: LinearString.h:238
Definition: ExactCompare.h:19
static int compare(const string::LinearString< SymbolType > &u, const string::LinearString< SymbolType > &v)
Definition: ExactCompare.h:49
int i
Definition: AllEpsilonClosure.h:118
Definition: RandomStringFactory.cpp:12