Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <alib/set>
#include <alib/vector>
#include <common/DefaultSymbolType.h>
#include "LinearString.h"
Go to the source code of this file.
Namespaces | |
namespace | string |
Functions | |
template<class SymbolType > | |
string::LinearString< SymbolType > | string::stringFrom (const SymbolType &symbol) |
string::LinearString< char > | string::stringFrom (const std::string &string) |
string::LinearString< char > | string::stringFrom (const char *string) |
template<class SymbolType > | |
string::LinearString< SymbolType > | string::stringFrom (const ext::vector< SymbolType > &str) |