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 Log, including all inherited members.
baseLoggingEnabled | Log | protectedstatic |
CoutType typedef | Log | |
getInstanceLoggingEnabled() const | Log | inlinevirtual |
getInstanceLoggingEnabled() | Log | inlinevirtual |
getKey() const | Log | inlinevirtual |
getLastMessage() const | Log | inlinevirtual |
getLoggingEnabled() | Log | inlinestatic |
GRT_DEPRECATED_MSG("setProceedingText is deprecated, use setKey instead", void setProceedingText(std::string proceedingText)) (defined in Log) | Log | |
GRT_DEPRECATED_MSG("getProceedingText is deprecated, use getKey instead", std::string getProceedingText() const ) (defined in Log) | Log | |
GRT_DEPRECATED_MSG("setEnableInstanceLogging is deprecated, use setInstanceLoggingEnabled instead", bool setEnableInstanceLogging(const bool loggingEnabled)) (defined in Log) | Log | |
instanceLoggingEnabled | Log | protected |
key | Log | protected |
lastMessage | Log | protected |
lastMessagePtr | Log | protected |
Log(const std::string &key="") | Log | inline |
Log(const Log &rhs) | Log | inline |
loggingEnabledPtr | Log | protected |
operator<<(const T &val) const | Log | inline |
operator<<(const StandardEndLine manip) const | Log | inline |
operator=(const Log &rhs) | Log | inline |
setInstanceLoggingEnabled(const bool loggingEnabled) | Log | inlinevirtual |
setKey(const std::string &key) | Log | inlinevirtual |
setLoggingEnabled(const bool enabled) | Log | inlinestatic |
StandardEndLine typedef | Log | |
triggerCallback(const std::string &message) const | Log | inlineprotectedvirtual |
writeKey | Log | protected |
writeKeyPtr | Log | protected |
~Log() (defined in Log) | Log | inlinevirtual |