|
OpenEnroth 7c70ca3
|
Functions | |
| static int | parseHex (char c) |
| static int | parseByte (char hi, char lo) |
| bool | trySerialize (const Color &src, std::string *dst) |
| bool | tryDeserialize (std::string_view src, Color *dst) |
| void | serialize (const Color &src, std::string *dst) |
| void | deserialize (std::string_view src, Color *dst) |
| void deserialize | ( | std::string_view | src, |
| Color * | dst | ||
| ) |
|
static |
|
static |
| void serialize | ( | const Color & | src, |
| std::string * | dst | ||
| ) |
| bool tryDeserialize | ( | std::string_view | src, |
| Color * | dst | ||
| ) |
| bool trySerialize | ( | const Color & | src, |
| std::string * | dst | ||
| ) |