open62541pp 0.18.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_MethodAttributes wrapper class.
Public Member Functions | |
MethodAttributes () | |
Bitmask< NodeAttributesMask > | specifiedAttributes () const noexcept |
Bitmask< NodeAttributesMask > | getSpecifiedAttributes () const noexcept |
const LocalizedText & | displayName () const noexcept |
const LocalizedText & | getDisplayName () const noexcept |
auto & | setDisplayName (LocalizedText displayName) |
const LocalizedText & | description () const noexcept |
const LocalizedText & | getDescription () const noexcept |
auto & | setDescription (LocalizedText description) |
Bitmask< WriteMask > | writeMask () const noexcept |
Bitmask< WriteMask > | getWriteMask () const noexcept |
auto & | setWriteMask (Bitmask< WriteMask > writeMask) noexcept |
Bitmask< WriteMask > | userWriteMask () const noexcept |
Bitmask< WriteMask > | getUserWriteMask () const noexcept |
auto & | setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept |
bool | executable () const noexcept |
bool | getExecutable () const noexcept |
auto & | setExecutable (bool executable) noexcept |
bool | userExecutable () const noexcept |
bool | getUserExecutable () const noexcept |
auto & | setUserExecutable (bool userExecutable) noexcept |
constexpr | TypeWrapper () noexcept=default |
constexpr | TypeWrapper (const T &native) |
constexpr | TypeWrapper (T &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
![]() | |
constexpr | TypeWrapper () noexcept=default |
constexpr | TypeWrapper (const UA_MethodAttributes &native) |
constexpr | TypeWrapper (UA_MethodAttributes &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_MethodAttributes &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_MethodAttributes &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const T &native) noexcept |
constexpr | Wrapper (T &&native) noexcept |
constexpr Wrapper & | operator= (const T &native) noexcept |
constexpr Wrapper & | operator= (T &&native) noexcept |
constexpr | operator T& () noexcept |
constexpr | operator const T & () const noexcept |
constexpr T * | operator-> () noexcept |
constexpr const T * | operator-> () const noexcept |
constexpr T * | handle () noexcept |
constexpr const T * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (T &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType = T |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const T & | native () const noexcept |
constexpr T & | native () noexcept |
![]() | |
String | toString (const UA_MethodAttributes &object, const UA_DataType &type) |
String | toString (const UA_MethodAttributes &object) |
![]() | |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const NativeType & | asNative (const WrapperType &wrapper) noexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
constexprdefaultnoexcept |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 31 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 35 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 43 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 47 of file typewrapper.hpp.