open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_ContentFilter wrapper class.
A collection of ContentFilterElement objects that define a filter criteria. The ContentFilter has a tree-like structure with references to sub-elements (of type ElementOperand). The evaluation of the ContentFilter starts with the first entry of the elements. ContentFilter objects can be composed with &&
/||
operators and negated with the !
operator.
Definition at line 1712 of file types_composed.hpp.
Public Member Functions | |
ContentFilter (std::initializer_list< ContentFilterElement > elements) | |
ContentFilter (Span< const ContentFilterElement > elements) | |
Span< const ContentFilterElement > | getElements () const noexcept |
Span< ContentFilterElement > | getElements () noexcept |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const T &native) |
constexpr | TypeWrapper (T &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
Public Member Functions inherited from opcua::TypeWrapper< UA_ContentFilter, UA_TYPES_CONTENTFILTER > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_ContentFilter &native) |
constexpr | TypeWrapper (UA_ContentFilter &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_ContentFilter &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_ContentFilter &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_ContentFilter &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_ContentFilter > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_ContentFilter &native) |
constexpr | Wrapper (UA_ContentFilter &&native) noexcept |
constexpr | operator UA_ContentFilter & () noexcept |
constexpr | operator const UA_ContentFilter & () const noexcept |
constexpr UA_ContentFilter * | operator-> () noexcept |
constexpr const UA_ContentFilter * | operator-> () const noexcept |
constexpr UA_ContentFilter * | handle () noexcept |
constexpr const UA_ContentFilter * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_ContentFilter > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_ContentFilter, UA_TYPES_CONTENTFILTER > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_ContentFilter, UA_TYPES_CONTENTFILTER > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_ContentFilter > | |
constexpr const UA_ContentFilter & | native () const noexcept |
constexpr UA_ContentFilter & | native () noexcept |
opcua::ContentFilter::ContentFilter | ( | std::initializer_list< ContentFilterElement > | elements | ) |
|
explicit |
|
inlinenoexcept |
Definition at line 1719 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1719 of file types_composed.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 30 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 34 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 42 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 46 of file typewrapper.hpp.