A collection of static classes to perform conversions between strings and char values.
More...
#include <CharacterWrapper.h>
|
static unsigned char | parseCharacter (const std::string &s) |
| Returns the first character of s or 0 if s has a null length. More...
|
|
static std::string | toString (unsigned char c) |
| Returns a string constructed from a the char passed as parameter. More...
|
|
A collection of static classes to perform conversions between strings and char values.
Definition at line 38 of file CharacterWrapper.h.
static unsigned char asdm::Character::parseCharacter |
( |
const std::string & |
s | ) |
|
|
static |
Returns the first character of s or 0 if s has a null length.
- Parameters
-
- Returns
- an unsigned char
static std::string asdm::Character::toString |
( |
unsigned char |
c | ) |
|
|
static |
Returns a string constructed from a the char passed as parameter.
- Parameters
-
- Returns
- a string
The documentation for this class was generated from the following file: