| 
    KiCad PCB EDA Suite
    
   | 
 
Static Public Member Functions | |
| static constexpr bool | is_whitespace (UnicodeCodepoint auto cp) noexcept | 
| static constexpr bool | is_digit (UnicodeCodepoint auto cp) noexcept | 
| static constexpr bool | is_ascii_alpha (UnicodeCodepoint auto cp) noexcept | 
| static constexpr bool | is_alpha (UnicodeCodepoint auto cp) noexcept | 
| static constexpr bool | is_alnum (UnicodeCodepoint auto cp) noexcept | 
Definition at line 272 of file text_eval_wrapper.cpp.
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 296 of file text_eval_wrapper.cpp.
References is_alpha(), and is_digit().
Referenced by KIEVAL_TEXT_TOKENIZER::parse_identifier().
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 291 of file text_eval_wrapper.cpp.
References is_ascii_alpha().
Referenced by KIEVAL_TEXT_TOKENIZER::get_next_token(), is_alnum(), and KIEVAL_TEXT_TOKENIZER::parse_number().
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 287 of file text_eval_wrapper.cpp.
Referenced by is_alpha().
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 283 of file text_eval_wrapper.cpp.
Referenced by KIEVAL_TEXT_TOKENIZER::get_next_token(), is_alnum(), and KIEVAL_TEXT_TOKENIZER::parse_number().
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 273 of file text_eval_wrapper.cpp.
Referenced by KIEVAL_TEXT_TOKENIZER::parse_number(), and KIEVAL_TEXT_TOKENIZER::skip_whitespace().