PCL
|
This is the complete list of members for pcl::GenericCharTraits< T >, including all inherited members.
Blank() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
BytesPerChar() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
char_type typedef | pcl::GenericCharTraits< T > | |
Colon() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Comma() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Compare(const char_type *__restrict__ s1, size_type n1, const char_type *__restrict__ s2, size_type n2, bool caseSensitive=true, bool localeAware=true) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
CompareCodePoints(const char_type *__restrict__ s1, size_type n1, const char_type *__restrict__ s2, size_type n2, bool caseSensitive=true) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Copy(char_type *__restrict__ dst, const char_type *__restrict__ src, size_type n) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
CopyOverlapped(char_type *dst, const char_type *src, size_type n) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
CR() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
DecimalSeparator() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
DoubleQuote() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ExponentDelimiter() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Fill(char_type *__restrict__ s, char_type c, size_type n) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Hyphen() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsAlpha(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsDecimalSeparator(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsDigit(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsExponentDelimiter(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsHexDigit(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsLowercaseAlpha(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsNull(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsSign(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsSpace(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsStartingSymbolDigit(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsSymbolDigit(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsTrimable(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsUnderscore(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsUppercaseAlpha(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
IsWildcard(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Length(const char_type *s) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
LF() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
MinusSign() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Null() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
PlusSign() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
SearchTrimLeft(Ptr1 i, Ptr2 j) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
SearchTrimRight(Ptr1 i, Ptr2 j) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Semicolon() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
SingleQuote() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Tab() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ToCaseFolded(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ToLowercase(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ToLowercase(char_type *__restrict__ s, size_type n) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ToUppercase(char_type c) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
ToUppercase(char_type *__restrict__ s, size_type n) noexcept | pcl::GenericCharTraits< T > | inlinestatic |
Underscore() noexcept | pcl::GenericCharTraits< T > | inlinestatic |
WildMatch(const char_type *__restrict__ t, size_type nt, const char_type *__restrict__ p, size_type np, bool caseSensitive=true) noexcept | pcl::GenericCharTraits< T > | inlinestatic |