palimpsest v3.0.0
|
Main library namespace. More...
Namespaces | |
namespace | exceptions |
Exceptions raised by the library. | |
Classes | |
class | Dictionary |
Dictionary of values and sub-dictionaries. More... | |
class | Value |
Internal wrapper around an object and its type information. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const Dictionary &dict) |
Main library namespace.
std::ostream & palimpsest::operator<< | ( | std::ostream & | stream, |
const Dictionary & | dict | ||
) |
[out] | stream | Output stream. |
[in] | dict | Dictionary to print. |
Definition at line 388 of file Dictionary.cpp.