Declaration of class
Pattern and functions keyvalue::pattern::isKey() and keyvalue::pattern::getKey().
More...
#include <utility>
#include <boost/utility.hpp>
#include "keyvalue/extern/String.h"
#include "keyvalue/value/Value.h"
Go to the source code of this file.
Classes | |
class | Pattern |
Protocol class which defines the interface for pattern recognition class es. More... | |
class | Pattern::QueueRaii |
This class implements RAII for a frontend::Queue. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::frontend |
All | |
namespace | keyvalue::pattern |
Key-value pattern recognition | |
Functions | |
bool | isKey (const value::Variant &variant) |
Checks if variant may be considered as a key. | |
string | getKey (const value::Variant &variant) |
Gets the key held by variant. |
Declaration of class
Pattern and functions keyvalue::pattern::isKey() and keyvalue::pattern::getKey().