ConditionCheck.h File Reference
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/interface/observers/VariantBase.h>
#include <ArmarXCore/interface/observers/ConditionCheckBase.h>
#include <ArmarXCore/interface/observers/ObserverInterface.h>
#include <ArmarXCore/observers/variant/Variant.h>
#include <ArmarXCore/observers/variant/DataFieldIdentifier.h>
#include <string>
#include <memory>
#include <map>
+ Include dependency graph for ConditionCheck.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CheckBase
 
class  ConditionCheck
 

Namespaces

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

Macros

#define ARMARX_CREATE_CHECK(OFFERER, NEWCHECK)
 

Typedefs

using CheckBaseConstPtr = std::shared_ptr< const CheckBase >
 
using CheckBasePtr = std::shared_ptr< CheckBase >
 
using ConditionCheckPtr = IceInternal::Handle< ConditionCheck >
 
using VariantTypeIdList = std::vector< VariantTypeId >
 

Macro Definition Documentation

◆ ARMARX_CREATE_CHECK

#define ARMARX_CREATE_CHECK (   OFFERER,
  NEWCHECK 
)
Value:
namespace checks { namespace OFFERER { \
const CheckBaseConstPtr NEWCHECK = CheckBase::create(#NEWCHECK);\
}}

Definition at line 205 of file ConditionCheck.h.

armarx::checks::CheckBaseConstPtr
std::shared_ptr< const CheckBase > CheckBaseConstPtr
Definition: ConditionCheck.h:180