Classes | Namespaces

Checker.h File Reference

Declaration of template class Checker. More...

#include "keyvalue/value/Single.h"
#include "keyvalue/value/Vector.h"
#include "keyvalue/value/Matrix.h"
Include dependency graph for Checker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Checker< ConverterType, InputType >
 Primary key checker template class. More...
class  Checker< ConverterType, value::Single >
 Specialization of Checker for InputType equal to value::Single. More...
class  Checker< ConverterType, value::Vector >
 Specialisation of Checker for InputType equal to value::Vector. More...
class  Checker< ConverterType, value::Matrix >
 Specialization of Checker for InputType equal to value::Matrix. 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 of template class Checker.