TermImpl.h File Reference
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/observers/variant/Variant.h>
#include <ArmarXCore/interface/observers/TermImplBase.h>
+ Include dependency graph for TermImpl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TermImpl
 TermImpl is the superclass for all implementations of terms in the expression tree, such as LiteralImpl, Operation and ConditionRoot. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using TermImplPtr = IceInternal::Handle<TermImpl>
 Typedef of TermImplPtr as IceInternal::Handle<TermImpl> for convenience.