Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::regex_traits< char > Class Reference

Inherits AZStd::RegexTraits< char >.

Public Member Functions

int value (char ch, int base) const
 
- Public Member Functions inherited from AZStd::RegexTraits< char >
char translate (char ch) const
 
char translate_nocase (char ch) const
 
string_type transform (ForwardIterator first, ForwardIterator last) const
 
string_type transform_primary (ForwardIterator first, ForwardIterator last) const
 
bool isctype (char ch, char_class_type fx) const
 
char_class_type lookup_classname (Iterator first, Iterator last, bool ignoreCase=false) const
 
string_type lookup_collatename (ForwardIterator first, ForwardIterator last) const
 

Additional Inherited Members

- Public Types inherited from AZStd::RegexTraits< char >
typedef RegexTraits< char > this_type
 
typedef char char_type
 
typedef size_t size_type
 
typedef AZStd::basic_string< char > string_type
 
- Public Types inherited from AZStd::RegexTraitsBase
enum  CharClassType {
  Ch_none = 0 , Ch_invalid = 0xffff , Ch_alnum = (1 << 0) , Ch_alpha = (1 << 1) ,
  Ch_cntrl = (1 << 2) , Ch_digit = (1 << 3) , Ch_graph = (1 << 4) , Ch_lower = (1 << 5) ,
  Ch_print = (1 << 6) , Ch_punct = (1 << 7) , Ch_space = (1 << 8) , Ch_upper = (1 << 9) ,
  Ch_xdigit = (1 << 10)
}
 
typedef short char_class_type
 
- Static Public Member Functions inherited from AZStd::RegexTraits< char >
static size_type length (const char *string)
 

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