#include <Byte.h>
Definition at line 39 of file Byte.h.
Static Public Member Functions | |
| static char | parseByte (const string &s) throw (NumberFormatException) |
| Parse a string supposed to represent a byte value and returns this value. | |
| static string | toString (char c) |
| Encode a byte value into its string representation. | |
Static Public Attributes | |
| static const char | MIN_VALUE |
| The minimum value for a Byte. | |
| static const char | MAX_VALUE |
| The maximum value for a Byte. | |
| static char asdm::Byte::parseByte | ( | const string & | s | ) | throw (NumberFormatException) [static] |
Parse a string supposed to represent a byte value and returns this value.
| s | the string to parse |
| NumberFormatException. |
| static string asdm::Byte::toString | ( | char | c | ) | [static] |
Encode a byte value into its string representation.
| c | the byte value to be encoded. |
const char asdm::Byte::MIN_VALUE [static] |
const char asdm::Byte::MAX_VALUE [static] |
1.5.1