#include <types.hpp>
|
| using | NativeType = T |
| |
| using | HandlerType = Handler |
| |
| constexpr const T & | native () const noexcept |
| |
| constexpr T & | native () noexcept |
| |
| constexpr void | clear () noexcept |
| |
| template<typename T > |
| constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType * | asNative (T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType & | asNative (T &wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
| |
◆ AttributeOperand()
| opcua::ua::AttributeOperand::AttributeOperand |
( |
NodeId |
nodeId, |
|
|
std::string_view |
alias, |
|
|
RelativePath |
browsePath, |
|
|
AttributeId |
attributeId, |
|
|
std::string_view |
indexRange = {} |
|
) |
| |
|
inline |
◆ alias() [1/2]
| const String & opcua::ua::AttributeOperand::alias |
( |
| ) |
const |
|
inlinenoexcept |
◆ alias() [2/2]
| String & opcua::ua::AttributeOperand::alias |
( |
| ) |
|
|
inlinenoexcept |
◆ attributeId()
| AttributeId opcua::ua::AttributeOperand::attributeId |
( |
| ) |
const |
|
inlinenoexcept |
◆ browsePath() [1/2]
| const RelativePath & opcua::ua::AttributeOperand::browsePath |
( |
| ) |
const |
|
inlinenoexcept |
◆ browsePath() [2/2]
◆ indexRange() [1/2]
| const String & opcua::ua::AttributeOperand::indexRange |
( |
| ) |
const |
|
inlinenoexcept |
◆ indexRange() [2/2]
| String & opcua::ua::AttributeOperand::indexRange |
( |
| ) |
|
|
inlinenoexcept |
◆ nodeId() [1/2]
| const NodeId & opcua::ua::AttributeOperand::nodeId |
( |
| ) |
const |
|
inlinenoexcept |
◆ nodeId() [2/2]
| NodeId & opcua::ua::AttributeOperand::nodeId |
( |
| ) |
|
|
inlinenoexcept |
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]