Declaration and (partial) implementation of class
Value.
More...
#include <iosfwd>
#include <boost/variant.hpp>
#include "keyvalue/value/Matrix.h"
#include "keyvalue/value/Single.h"
#include "keyvalue/value/Vector.h"
Go to the source code of this file.
Classes | |
class | Value |
A single-valued container for Single, Vector or Matrix. 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 Value &rhs) |
ostream operator<<() for Value. |
Declaration and (partial) implementation of class
Value.