| 
    KiCad PCB EDA Suite
    
   | 
 
Classes | |
| struct | PREFIX | 
Static Public Member Functions | |
| static constexpr bool | is_si_prefix (UnicodeCodepoint auto cp) noexcept | 
| static constexpr double | get_multiplier (UnicodeCodepoint auto cp) noexcept | 
Static Public Attributes | |
| static constexpr std::array< PREFIX, 18 > | prefixes | 
Definition at line 301 of file text_eval_wrapper.cpp.
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 333 of file text_eval_wrapper.cpp.
References prefixes, and utf8_utils::SI_PREFIX_HANDLER::PREFIX::symbol.
Referenced by KIEVAL_TEXT_TOKENIZER::parse_number().
      
  | 
  inlinestaticconstexprnoexcept | 
Definition at line 324 of file text_eval_wrapper.cpp.
References prefixes, and utf8_utils::SI_PREFIX_HANDLER::PREFIX::symbol.
Referenced by KIEVAL_TEXT_TOKENIZER::parse_number().
      
  | 
  staticconstexpr | 
Definition at line 309 of file text_eval_wrapper.cpp.
Referenced by get_multiplier(), and is_si_prefix().