Declaration of primary template class
Builder.
More...
#include "keyvalue/extern/Ptime.h"
#include "keyvalue/extern/String.h"
#include "keyvalue/mngt/AbstractBuilder.h"
#include "keyvalue/mngt/BuilderFrom.h"
#include "keyvalue/mngt/Command.h"
#include "keyvalue/mngt/DataSet.h"
#include "keyvalue/mngt/ProcessorInstantiator.h"
#include "keyvalue/mngt/ProcessorMngr.h"
#include "keyvalue/value/PtrTraits.h"
#include "keyvalue/value/Result.h"
Go to the source code of this file.
Classes | |
class | Builder< Tag > |
Concrete Builder. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::tag |
All Processor tags are member of this |
Declaration of primary template class
Builder.
There is no generic implementation for Builder but only user provided specialisations.