Classes | Namespaces | Functions

Matrix.h File Reference

Declaration of class Matrix (container). More...

#include <iosfwd>
#include <boost/intrusive_ptr.hpp>
#include "keyvalue/value/Variant.h"
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix
 Matrix of Variants. More...

Namespaces

namespace  keyvalue
 

All functionalities of KeyValue library are inside this namespace.


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.

Detailed Description

Declaration of class Matrix (container).