|
|
#include <ArmarXCore/core/system/ImportExport.h>#include <ArmarXCore/observers/condition/TermImpl.h>
Include dependency graph for Operations.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Operation |
| Operation is the superclass for all logical operators within an expression tree. More... | |
| class | OperationAnd |
| OperationAnd implements a logical AND operation within the expression tree. More... | |
| class | OperationNot |
| OperationNot implements a logical NOT operation within the expression tree. More... | |
| class | OperationOr |
| OperationOr implements a logical OR operation within the expression tree. More... | |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | OperationPtr = IceInternal::Handle<Operation> |
| Typedef of OperationPtr as IceInternal::Handle<Operation> for convenience. | |