pianod2
multisource multiuser scriptable networked music player
Namespaces | Functions | Variables
parsnip_helpers.h File Reference

Parsnip serialization - stream I/O and parsing helper functions. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Parsnip serialization - stream I/O and parsing helper functions.