Classes | Namespaces

StdVector.h File Reference

Declaration and implementation of template class StdVector. 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/Vector.h"
Include dependency graph for StdVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StdVector< ElementType >
 Converter from value::Vector to shared_ptr<vector<ElementType>>. More...

Namespaces

namespace  keyvalue
 

All functionalities of KeyValue library are inside this namespace.


namespace  keyvalue::key
 

All key functionalities, including key::Key, key::Traits, key mappings are inside this namespace.



Detailed Description

Declaration and implementation of template class StdVector.