|
|
#include <memory>#include <mutex>#include <string>#include <IceUtil/Handle.h>#include <ArmarXCore/core/system/ImportExport.h>#include <ArmarXCore/interface/observers/Event.h>#include <ArmarXCore/interface/observers/VariantBase.h>#include <ArmarXCore/observers/condition/TermImpl.h>#include <ArmarXCore/observers/variant/DatafieldRef.h>
Include dependency graph for ConditionRoot.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ConditionRoot |
| ConditionRoot Condition roots are top-level nodes of the expression tree. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | ConditionRootPtr = IceInternal::Handle< ConditionRoot > |
| Typedef of ConditionRootPtr as IceInternal::Handle<ConditionRoot> for convenience. More... | |
| using | LiteralImplPtr = IceInternal::Handle< LiteralImpl > |
| Typedef of LiteralImplPtr as IceInternal::Handle<LiteralImpl> for convenience. More... | |