#include <types_composed.hpp>
UA_ContentFilterElement wrapper class.
ContentFilterElements compose a filter criteria with an operator and its operands. ContentFilterElements can be composed to ContentFilter objects with the &&
/||
operators and negated with the !
operator.
- See also
- https://reference.opcfoundation.org/Core/Part4/v105/docs/7.7.1
-
https://reference.opcfoundation.org/Core/Part4/v105/docs/B.1
- Examples
- events/client_eventfilter.cpp.
Definition at line 1690 of file types_composed.hpp.
◆ ContentFilterElement()
◆ getFilterOperator()
FilterOperator opcua::ContentFilterElement::getFilterOperator |
( |
| ) |
const |
|
inlinenoexcept |
◆ getFilterOperands() [1/2]
◆ getFilterOperands() [2/2]
◆ TypeWrapper() [1/5]
◆ TypeWrapper() [2/5]
Constructor with native object (deep copy).
Definition at line 30 of file typewrapper.hpp.
◆ TypeWrapper() [3/5]
Constructor with native object (move rvalue).
Definition at line 34 of file typewrapper.hpp.
◆ TypeWrapper() [4/5]
◆ TypeWrapper() [5/5]