17 #ifndef STROMX_RUNTIME_ID2DATACOMPOSITE_H 18 #define STROMX_RUNTIME_ID2DATACOMPOSITE_H 20 #include "stromx/runtime/Config.h" 21 #include "stromx/runtime/Id2DataMapper.h" 46 virtual bool trySet(
const impl::Id2DataMap& id2DataMap)
const;
47 virtual bool tryGet(
const impl::Id2DataMap& id2DataMap)
const;
48 virtual void get(impl::Id2DataMap& id2DataMap)
const;
49 virtual void set(impl::Id2DataMap& id2DataMap)
const;
67 #endif // STROMX_RUNTIME_ID2DATACOMPOSITE_H const Id2DataComposite operator &&(const Id2DataMapper &lhs, const Id2DataMapper &rhs)
Definition: Id2DataComposite.cpp:90
The stromx class library.
Definition: AdjustRgbChannels.cpp:29
A composite expression of two ID-to-data mappers.
Definition: Id2DataComposite.h:28
const Id2DataComposite operator||(const Id2DataMapper &lhs, const Id2DataMapper &rhs)
Definition: Id2DataComposite.cpp:95
Abstract base class of ID-to-data mappers.
Definition: Id2DataMapper.h:30