Classes | Variables
lexyd::ascii Namespace Reference

Classes

struct  _alnum
 
struct  _alpha
 
struct  _alphau
 
struct  _alt
 
struct  _blank
 
struct  _cf_dsl
 
struct  _char
 
struct  _control
 
struct  _digit
 
struct  _graph
 
struct  _lower
 
struct  _newline
 
struct  _one_of
 
struct  _other_space
 
struct  _print
 
struct  _punct
 
struct  _space
 
struct  _upper
 
struct  _word
 

Variables

constexpr auto alnum = _alnum{}
 
constexpr auto alpha = _alpha{}
 
constexpr auto alpha_digit = _alnum{}
 
constexpr auto alpha_digit_underscore = _word{}
 
constexpr auto alpha_underscore = _alphau{}
 
constexpr auto blank = _blank{}
 
constexpr auto case_folding = _cf_dsl{}
 Matches Literal with case insensitive ASCII characters. More...
 
constexpr auto character = _char{}
 
constexpr auto control = _control{}
 
constexpr auto digit = _digit{}
 
constexpr auto graph = _graph{}
 
constexpr auto lower = _lower{}
 
constexpr auto newline = _newline{}
 
constexpr auto other_space = _other_space{}
 
constexpr auto print = _print{}
 
constexpr auto punct = _punct{}
 
constexpr auto space = _space{}
 
constexpr auto upper = _upper{}
 
constexpr auto word = _word{}
 

Variable Documentation

◆ alnum

constexpr auto lexyd::ascii::alnum = _alnum{}
inlineconstexpr

Definition at line 282 of file ascii.hpp.

◆ alpha

constexpr auto lexyd::ascii::alpha = _alpha{}
inlineconstexpr

Definition at line 201 of file ascii.hpp.

◆ alpha_digit

constexpr auto lexyd::ascii::alpha_digit = _alnum{}
inlineconstexpr

Definition at line 283 of file ascii.hpp.

◆ alpha_digit_underscore

constexpr auto lexyd::ascii::alpha_digit_underscore = _word{}
inlineconstexpr

Definition at line 309 of file ascii.hpp.

◆ alpha_underscore

constexpr auto lexyd::ascii::alpha_underscore = _alphau{}
inlineconstexpr

Definition at line 226 of file ascii.hpp.

◆ blank

constexpr auto lexyd::ascii::blank = _blank{}
inlineconstexpr

Definition at line 60 of file ascii.hpp.

◆ case_folding

constexpr auto lexyd::ascii::case_folding = _cf_dsl{}
inlineconstexpr

Matches Literal with case insensitive ASCII characters.

Definition at line 134 of file case_folding.hpp.

◆ character

constexpr auto lexyd::ascii::character = _char{}
inlineconstexpr

Definition at line 471 of file ascii.hpp.

◆ control

constexpr auto lexyd::ascii::control = _control{}
inlineconstexpr

Definition at line 42 of file ascii.hpp.

◆ digit

constexpr auto lexyd::ascii::digit = _digit{}
inlineconstexpr

Definition at line 258 of file ascii.hpp.

◆ graph

constexpr auto lexyd::ascii::graph = _graph{}
inlineconstexpr

Definition at line 403 of file ascii.hpp.

◆ lower

constexpr auto lexyd::ascii::lower = _lower{}
inlineconstexpr

Definition at line 145 of file ascii.hpp.

◆ newline

constexpr auto lexyd::ascii::newline = _newline{}
inlineconstexpr

Definition at line 77 of file ascii.hpp.

◆ other_space

constexpr auto lexyd::ascii::other_space = _other_space{}
inlineconstexpr

Definition at line 94 of file ascii.hpp.

◆ print

constexpr auto lexyd::ascii::print = _print{}
inlineconstexpr

Definition at line 444 of file ascii.hpp.

◆ punct

constexpr auto lexyd::ascii::punct = _punct{}
inlineconstexpr

Definition at line 357 of file ascii.hpp.

◆ space

constexpr auto lexyd::ascii::space = _space{}
inlineconstexpr

Definition at line 112 of file ascii.hpp.

◆ upper

constexpr auto lexyd::ascii::upper = _upper{}
inlineconstexpr

Definition at line 177 of file ascii.hpp.

◆ word

constexpr auto lexyd::ascii::word = _word{}
inlineconstexpr

Definition at line 308 of file ascii.hpp.



behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:10