|
DDS
ver. 2.0
|
Go to the source code of this file.
Classes | |
| struct | MiscCommon::char_traits_ci_base< _charT > |
| The char_traits_ci_base class is the default character traits class used for case insensitive strings. . More... | |
| struct | MiscCommon::char_traits_ci_base< char > |
| The char specialization of the char_traits_ci_base class. More... | |
| struct | MiscCommon::char_traits_ci_base< wchar_t > |
| The wchar_t specialization of the char_traits_ci_base class. More... | |
| struct | MiscCommon::char_traits_ci_t< _charT > |
| The char_traits_ci_t class is the default character traits class used for case insensitive strings. . More... | |
Namespaces | |
| MiscCommon | |
| Miscellaneous functions and helpers are located here. | |
Typedefs | |
| typedef std::basic_string< wchar_t, char_traits_ci_t< wchar_t >, std::allocator< wchar_t > > | MiscCommon::ci_wstring |
| The basic_string class is parameterized by wchar_t and by char_traits_ci_t. Represents case insensitive wide string. More... | |
| typedef std::basic_string< char, char_traits_ci_t< char >, std::allocator< char > > | MiscCommon::ci_string |
| The basic_string class is parameterized by char and by char_traits_ci_t. Represents case insensitive string. More... | |
| typedef ci_string | MiscCommon::ci_tstring |
| A type definition of case insensitive string. More... | |
1.8.13