GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This is the complete list of members for Dict, including all inherited members.
add(const std::string &key, const T &value, const bool overwrite=true) | Dict | inline |
clear() | Dict | inline |
data | Dict | protected |
Dict() | Dict | inline |
Dict(const Dict &rhs) | Dict | inline |
empty() const | Dict | inline |
exists(const std::string &key) | Dict | inline |
get(const std::string &key) | Dict | inline |
getKeys() const | Dict | inline |
getSize() const | Dict | inline |
operator()(const std::string &key, T &value) | Dict | inline |
operator+(const Dict &rhs) | Dict | inline |
operator-(const Dict &rhs) | Dict | inline |
operator=(const Dict &rhs) | Dict | inline |
remove(const std::string &key) | Dict | inline |
set(const std::string &key, const T &value) | Dict | inline |
~Dict() | Dict | inline |