Declaration of class
Matrix (container).
More...
#include <iosfwd>
#include <boost/intrusive_ptr.hpp>
#include "keyvalue/value/Variant.h"
Go to the source code of this file.
Classes | |
class | Matrix |
Matrix of Variant s. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::value |
All KeyValue containers belong to this namespace. | |
Functions | |
void | intrusive_ptr_add_ref (Matrix::Impl *pimpl) |
void | intrusive_ptr_release (Matrix::Impl *pimpl) |
std::ostream & | operator<< (std::ostream &os, const Matrix &matrix) |
ostream operator<<() for Matrix. |
Declaration of class
Matrix (container).