This header file is part of module ALib Characters of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file chartraits.hpp.
Go to the source code of this file.
Classes | |
| struct | T_CharArray< TString, TChar, TEnableIf > |
| struct | T_ZTCharArray< TString, TChar, TEnableIf > |
| struct | TT_CharArrayType< TString, TEnableIf > |
| struct | TT_CharOfSize< TCharSize > |
| struct | TT_ComplementChar< typename > |
| struct | TT_IsChar< TChar > |
| struct | TT_ZTCharArrayType< TString, EnableIf > |
Namespaces | |
| namespace | alib |
| namespace | alib::characters |
Typedefs | |
| using | character = characters::character |
| Type alias in namespace alib. | |
| using | character = PLATFORM_SPECIFIC |
| using | complementChar = PLATFORM_SPECIFIC |
| using | complementChar = characters::complementChar |
| Type alias in namespace alib. | |
| using | nchar = char |
| using | nchar = characters::nchar |
| Type alias in namespace alib. | |
| using | strangeChar = PLATFORM_SPECIFIC |
| using | strangeChar = characters::strangeChar |
| Type alias in namespace alib. | |
| using | wchar = PLATFORM_SPECIFIC |
| using | wchar = characters::wchar |
| Type alias in namespace alib. | |
| using | xchar = PLATFORM_SPECIFIC |
| using | xchar = characters::xchar |
| Type alias in namespace alib. | |
Enumerations | |
| enum class | AccessType { NONE , Implicit , ExplicitOnly , MutableOnly } |
| enum class | ConstructionType { NONE , Implicit , ExplicitOnly } |