#include <Character.h>

Static Public Member Functions | |
| static bool | isAlpha (char cValue) |
| static bool | isAlpha (wchar_t wcValue) |
| static bool | isAlpha (unsigned char ucValue) |
| static bool | isDigit (char cValue) |
| static bool | isDigit (wchar_t wcValue) |
| static bool | isDigit (unsigned char ucValue) |
| static bool | isHexDigit (char cValue) |
| static bool | isHexDigit (wchar_t cValue) |
| static bool | isHexDigit (unsigned char ucValue) |
| static bool | isAlphaNum (char cValue) |
| static bool | isAlphaNum (wchar_t wcValue) |
| static bool | isAlphaNum (unsigned char ucValue) |
| static bool | isWhiteSpace (char cValue) |
| static bool | isWhiteSpace (wchar_t wcValue) |
| static bool | isWhiteSpace (unsigned char ucValue) |
| 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::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] |
| bool zeus::TCharacter::isHexDigit | ( | char | cValue | ) | [inline, static] |
Checks if a character is an hexdigit-character
| bool zeus::TCharacter::isHexDigit | ( | wchar_t | wcValue | ) | [inline, static] |
Checks if a character is an hexdigit-character
| static bool zeus::TCharacter::isHexDigit | ( | 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::isWhiteSpace | ( | char | cValue | ) | [inline, static] |
Checks if a character is a white space -character
| bool zeus::TCharacter::isWhiteSpace | ( | wchar_t | wcValue | ) | [inline, static] |
Checks if a character is a white space -character
| static bool zeus::TCharacter::isWhiteSpace | ( | unsigned char | ucValue | ) | [inline, static] |