Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
jau::lang::ascii26_alphabet Class Reference

Case insensitive ASCII base 26 alphabet with ASCII code-point sorting order. More...

#include <token_fsm.hpp>

Inheritance diagram for jau::lang::ascii26_alphabet:
Collaboration diagram for jau::lang::ascii26_alphabet:

Public Member Functions

 ascii26_alphabet () noexcept
 
- Public Member Functions inherited from jau::lang::alphabet
 alphabet (std::string _name, code_point_t _base, code_point_func _cpf) noexcept
 
constexpr code_point_t base () const noexcept
 The fixed base used for this alphabet, i.e. More...
 
constexpr code_point_t code_point (const char c) const noexcept
 Returns the token of the given character or code_error if not element of this alphabet. More...
 
constexpr const std::string & name () const noexcept
 Human readable name for this alphabet instance. More...
 
std::string to_string () const noexcept
 

Additional Inherited Members

- Public Types inherited from jau::lang::alphabet
typedef code_point_t(* code_point_func) (const char c) noexcept
 
typedef uint16_t code_point_t
 Unsigned int symbol for alphabet code-point type. More...
 
- Static Public Attributes inherited from jau::lang::alphabet
static constexpr const code_point_t code_error = std::numeric_limits<code_point_t>::max()
 token_error value, denoting an invalid alphabet code-point. More...
 

Detailed Description

Case insensitive ASCII base 26 alphabet with ASCII code-point sorting order.

Properties

Definition at line 187 of file token_fsm.hpp.


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