Declaration of class
es Result and ObjectPtr.
More...
#include <iosfwd>
#include <boost/variant.hpp>
#include "keyvalue/value/ObjectPtr.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. | |
Functions | |
::std::ostream & | operator<< (::std::ostream &os, const Result &rhs) |
ostream operator<<() for Result. |
Declaration of class
es Result and ObjectPtr.