#include <Character.h>
List of all members.
Detailed Description
This class implements some usefull methods for characters (char)
Member Function Documentation
| bool zeus::TCharacter::isAlpha |
( |
char |
cValue ) |
[inline, static] |
Checks if a character is an alpha-character
| bool zeus::TCharacter::isAlpha |
( |
wchar_t |
wcValue ) |
[inline, static] |
Checks if a character is an alpha-character
| static bool zeus::TCharacter::isAlpha |
( |
unsigned char |
ucValue ) |
[inline, static] |
| bool zeus::TCharacter::isAlphaNum |
( |
char |
cValue ) |
[inline, static] |
Checks if a character is an alpha numeric -character
| bool zeus::TCharacter::isAlphaNum |
( |
wchar_t |
wcValue ) |
[inline, static] |
Checks if a character is an alpha numeric -character
| static bool zeus::TCharacter::isAlphaNum |
( |
unsigned char |
ucValue ) |
[inline, static] |
| bool zeus::TCharacter::isDigit |
( |
char |
cValue ) |
[inline, static] |
Checks if a character is an digit-character
| bool zeus::TCharacter::isDigit |
( |
wchar_t |
wcValue ) |
[inline, static] |
Checks if a character is an digit-character
| static bool zeus::TCharacter::isDigit |
( |
unsigned char |
ucValue ) |
[inline, static] |
| static bool zeus::TCharacter::isHexDigit |
( |
unsigned char |
ucValue ) |
[inline, static] |
| bool zeus::TCharacter::isHexDigit |
( |
wchar_t |
wcValue ) |
[inline, static] |
Checks if a character is an hexdigit-character
| bool zeus::TCharacter::isHexDigit |
( |
char |
cValue ) |
[inline, static] |
Checks if a character is an hexdigit-character
| bool zeus::TCharacter::isWhiteSpace |
( |
wchar_t |
wcValue ) |
[inline, static] |
Checks if a character is a white space -character
| bool zeus::TCharacter::isWhiteSpace |
( |
char |
cValue ) |
[inline, static] |
Checks if a character is a white space -character
| static bool zeus::TCharacter::isWhiteSpace |
( |
unsigned char |
ucValue ) |
[inline, static] |
The documentation for this class was generated from the following file: