jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Classes | Functions
jau::lang Namespace Reference

Classes

class  alphabet
 Base Alphabet Specification providing the alphabet for token_fsm. More...
 
class  ascii26_alphabet
 Case insensitive ASCII base 26 alphabet with ASCII code-point sorting order. More...
 
class  ascii69_alphabet
 Case insensitive ASCII base 69 alphabet with ASCII code-point sorting order. More...
 
class  ascii95_alphabet
 Full ASCII base 95 alphabet with ASCII code-point sorting order. More...
 

Functions

bool operator!= (const alphabet &lhs, const alphabet &rhs) noexcept
 
bool operator== (const alphabet &lhs, const alphabet &rhs) noexcept
 
std::string to_string (const alphabet &v) noexcept