![]() |
stromx
0.8.0
|
A composite expression of two ID-to-data mappers. More...
#include <Id2DataComposite.h>
Public Types | |
| enum | NodeType { AND, OR } |
Public Member Functions | |
| Id2DataComposite (const Id2DataMapper &lhs, const Id2DataMapper &rhs, const NodeType type) | |
| virtual bool | trySet (const impl::Id2DataMap &id2DataMap) const |
| virtual bool | tryGet (const impl::Id2DataMap &id2DataMap) const |
| virtual void | get (impl::Id2DataMap &id2DataMap) const |
| virtual void | set (impl::Id2DataMap &id2DataMap) const |
Friends | |
| STROMX_RUNTIME_API friend const Id2DataComposite | operator && (const Id2DataMapper &lhs, const Id2DataMapper &rhs) |
| STROMX_RUNTIME_API friend const Id2DataComposite | operator|| (const Id2DataMapper &lhs, const Id2DataMapper &rhs) |
A composite expression of two ID-to-data mappers.
|
friend |
Constructs an ID-to-data mapper which requires both lhs and rhs to succeed.
|
friend |
Constructs an ID-to-data mapper which requires either lhs or rhs to succeed.
1.8.12