librcsb-core-wrapper 1.005
|
Generic character class that contains character related methods. More...
#include <GenString.h>
Public Types | |
enum | eCompareType { eCASE_SENSITIVE = 0 , eCASE_INSENSITIVE , eWS_INSENSITIVE , eAS_INTEGER } |
Static Public Member Functions | |
static char | ToLower (const char c) |
static char | ToUpper (const char c) |
static bool | IsCiLess (const char c1, const char c2) |
static bool | IsWhiteSpace (const char c) |
static bool | IsDigit (const char c) |
Generic character class that contains character related methods.
This class is a static class that contains generic character related utility methods.
enum Char::eCompareType |
|
static |
|
static |
|
static |
|
static |
|
static |