|
pianod2
multisource multiuser scriptable networked music player
|
Parsnip serialization - stream I/O and parsing helper functions. More...

Go to the source code of this file.
Namespaces | |
| Parsnip | |
| Serialization and parsing library. | |
Functions | |
| static char | Parsnip::hexdigit (int digit) |
| Helper function: Retrieve a hexadecimal digit. More... | |
| static void | Parsnip::do_indent (std::ostream &target, int amount) |
| Generate some indentation. More... | |
| static void | Parsnip::do_newline (std::ostream &target, int amount) |
| Write a newline to a stream. More... | |
Variables | |
| const char | Parsnip::hex_digits [] = "0123456789abcdef" |
| Digits used for encoding/decoding hexadecimal. More... | |