Declaration and implementation of template class StdMatrix.  
More...
#include "keyvalue/extern/SharedPtr.h"#include "keyvalue/extern/Vector.h"#include "keyvalue/sys/exception/KV_ASSERT.h"#include "keyvalue/value/Variant.h"#include "keyvalue/value/Matrix.h"

Go to the source code of this file.
Classes | |
| class | StdMatrix< ElementType > | 
Converter from value::Matrix to shared_ptr<std::vector<std::vector<ElementType>>>.  More... | |
Namespaces | |
| namespace | keyvalue | 
All functionalities of KeyValue library are inside this   | |
| namespace | keyvalue::key | 
All key funcionalities, including key::Key, key::Traits, key mappings are inside this   | |
Declaration and implementation of template class StdMatrix. 
 1.7.1