knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <ModalOperator.h>
Public Member Functions | |
ModalIteration ()=default | |
bool | operator== (const ModalIteration &other) const |
void | operator+= (const ModalOperatorPtr &modalOperator) |
ModalIteration | operator+ (const ModalOperatorPtr &modalOperator) const |
auto | numOperators () const |
auto | begin () const |
auto | end () const |
ModalIteration ()=default | |
bool | operator== (const ModalIteration &other) const |
void | operator+= (const ModalOperatorPtr &modalOperator) |
ModalIteration | operator+ (const ModalOperatorPtr &modalOperator) const |
auto | numOperators () const |
auto | begin () const |
auto | end () const |
Static Public Member Functions | |
static const ModalIteration & | emptyIteration () |
static const ModalIteration & | emptyIteration () |
Protected Attributes | |
std::list< ModalOperatorPtr > | modalitySequence_ |
An iteration over modalities. Each iteration corresponds to applying the accessibility relation once.
Definition at line 142 of file ModalOperator.h.
|
default |
|
default |
|
inline |
Definition at line 167 of file ModalOperator.h.
|
inline |
|
static |
Definition at line 146 of file ModalOperator.cpp.
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
ModalIteration ModalIteration::operator+ | ( | const ModalOperatorPtr & | modalOperator | ) | const |
Definition at line 167 of file ModalOperator.cpp.
ModalIteration knowrob::ModalIteration::operator+ | ( | const ModalOperatorPtr & | modalOperator | ) | const |
void ModalIteration::operator+= | ( | const ModalOperatorPtr & | modalOperator | ) |
modalOperator | add an operator to this iteration. |
Definition at line 173 of file ModalOperator.cpp.
void knowrob::ModalIteration::operator+= | ( | const ModalOperatorPtr & | modalOperator | ) |
modalOperator | add an operator to this iteration. |
bool ModalIteration::operator== | ( | const ModalIteration & | other | ) | const |
other | another iteration. |
Definition at line 151 of file ModalOperator.cpp.
bool knowrob::ModalIteration::operator== | ( | const ModalIteration & | other | ) | const |
other | another iteration. |
|
protected |
Definition at line 180 of file ModalOperator.h.