ctype Members
The following tables list the members of the ctype Class. For a list of members inherited by the ctype class, see ctype_base Class.
Reference
Constructors
Constructor for objects of class ctype that serve as locale facets for characters. |
Typedefs
A type that describes a character used by a locale. |
Member Functions
A virtual function called to test whether a single character has a particular attribute, or classify the attributes of each character in a range and stores them in an array. |
|
A virtual function called to convert a character of type CharType used by a locale to the corresponding character of type char in the native character set. Deprecated. Use ctype::_Do_narrow_s instead. |
|
A virtual function called to convert a character of type CharType used by a locale to the corresponding character of type char in the native character set. |
|
A virtual function called to locate the first character in a range that matches a specified mask. |
|
A virtual function called to locate the first character in a range that does not match a specified mask. |
|
A virtual function called to convert a character or a range of characters to their lower case. |
|
A virtual function called to convert a character or a range of characters to upper case. |
|
A virtual function called to converts a character of type char in the native character set to the corresponding character of type CharType used by a locale. Deprecated. Use ctype::_Do_widen_s instead. |
|
A virtual function called to converts a character of type char in the native character set to the corresponding character of type CharType used by a locale. |
|
Tests whether a single character has a particular attribute, or classifies the attributes of each character in a range and stores them in an array. |
|
Converts a character of type CharType used by a locale to the corresponding character of type char in the native character set. Deprecated. Use ctype::_Narrow_s instead. |
|
Converts a character of type CharType used by a locale to the corresponding character of type char in the native character set. |
|
Locates the first character in a range that matches a specified mask. |
|
Locates the first character in a range that does not match a specified mask. |
|
Converts a character or a range of characters to lower case. |
|
Converts a character or a range of characters to upper case. |
|
Converts a character of type char in the native character set to the corresponding character of type CharType used by a locale. Deprecated. Use ctype::_Widen_s instead. |
|
Converts a character of type char in the native character set to the corresponding character of type CharType used by a locale. |