Declaration and implementation of template class
BuilderFrom.
More...
#include <boost/static_assert.hpp>
#include "keyvalue/frontend/LexicalToolKit.h"
#include "keyvalue/mngt/AbstractBuilder.h"
#include "keyvalue/sys/exception/Exception.h"
#include "keyvalue/util/IsBasic.h"
#include "keyvalue/value/PtrTraits.h"
#include "keyvalue/value/Variant.h"
Go to the source code of this file.
Classes | |
class | BuilderFrom< ObjectType, InputType > |
A (possible) base template class of Builder<ObjectType>. More... | |
class | BuilderFrom< ObjectType, value::Variant > |
Specialisation of template BuilderFrom for InputType value::Variant. More... | |
class | BuilderFrom< ObjectType, InputType > |
A (possible) base template class of Builder<ObjectType>. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this |
Declaration and implementation of template class
BuilderFrom.