CatapultServer
v0.5.0.1 (Elephant)
|
Namespaces | |
catapult | |
catapult::utils | |
Functions | |
uint8_t | catapult::utils::ParseByte (char ch1, char ch2) |
Parses two characters (ch1 and ch2) into a byte. More... | |
bool | catapult::utils::TryParseByte (char ch1, char ch2, uint8_t &by) |
Tries to parse two characters (ch1 and ch2) into a byte (by). More... | |