HeaderReader (const string& serialized)
throw (InvalidString) | HeaderReader |
NotFound (class) | NotFound |
HeaderReader& get (const string& name, string& val)
throw (NotFound) | get |
HeaderReader& get (const string& name, int32_t& val)
throw (NotFound) | get |
HeaderReader& get (const string& name, uint32_t& val)
throw (NotFound) | get |
HeaderReader& get (const string& name, double& val)
throw (NotFound) | get |
size_t bytes_consumed ()
| bytes_consumed |
[const]