Classes | Namespaces

BuilderFrom.h File Reference

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"
Include dependency graph for BuilderFrom.h:
This graph shows which files directly or indirectly include this file:

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 namespace.



Detailed Description

Declaration and implementation of template class BuilderFrom.