knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <EndOfEvaluation.h>
Static Public Member Functions | |
static auto & | get () |
static auto & | get () |
Additional Inherited Members | |
Public Member Functions inherited from knowrob::Token | |
Token (TokenType tokenType) | |
virtual | ~Token ()=default |
TokenType | tokenType () const |
size_t | hash () const |
std::string | stringForm () const |
bool | isControlToken () const |
bool | isAnswerToken () const |
bool | indicatesEndOfEvaluation () const |
void | write (std::ostream &os) const override |
Token (TokenType tokenType) | |
virtual | ~Token ()=default |
TokenType | tokenType () const |
size_t | hash () const |
std::string | stringForm () const |
bool | isControlToken () const |
bool | isAnswerToken () const |
bool | indicatesEndOfEvaluation () const |
void | write (std::ostream &os) const override |
Public Member Functions inherited from knowrob::Printable | |
virtual | ~Printable ()=default |
virtual std::string | format () const |
virtual | ~Printable ()=default |
virtual std::string | format () const |
Protected Attributes inherited from knowrob::Token | |
TokenType | tokenType_ |
bool | isTerminalToken_ = false |
A control token that indicates the end of an evaluation.
Definition at line 17 of file EndOfEvaluation.h.
|
inlinestatic |
Definition at line 27 of file EndOfEvaluation.h.
|
inlinestatic |
Definition at line 27 of file EndOfEvaluation.h.