Declaration of classes Result and ObjectPtr.
More...
#include <iosfwd>#include <boost/variant.hpp>#include "keyvalue/extern/SharedPtr.h"#include "keyvalue/value/Value.h"

Go to the source code of this file.
Classes | |
| class | Result |
| A single-valued container for ObjectPtr or Value. More... | |
Namespaces | |
| namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
| namespace | keyvalue::value |
All KeyValue containers belong to this namespace. | |
Typedefs | |
| typedef shared_ptr< void > | ObjectPtr |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Result &rhs) |
| ostream operator<<() for Result. | |
Declaration of classes Result and ObjectPtr.
1.6.1