#include <types.hpp>
UA_RelativePathElement wrapper class.
Definition at line 1172 of file 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 |
|
◆ RelativePathElement()
opcua::ua::RelativePathElement::RelativePathElement |
( |
NodeId |
referenceTypeId, |
|
|
bool |
isInverse, |
|
|
bool |
includeSubtypes, |
|
|
QualifiedName |
targetName |
|
) |
| |
|
inline |
◆ includeSubtypes()
bool opcua::ua::RelativePathElement::includeSubtypes |
( |
| ) |
const |
|
inlinenoexcept |
◆ isInverse()
bool opcua::ua::RelativePathElement::isInverse |
( |
| ) |
const |
|
inlinenoexcept |
◆ referenceTypeId() [1/2]
const NodeId & opcua::ua::RelativePathElement::referenceTypeId |
( |
| ) |
const |
|
inlinenoexcept |
◆ referenceTypeId() [2/2]
NodeId & opcua::ua::RelativePathElement::referenceTypeId |
( |
| ) |
|
|
inlinenoexcept |
◆ targetName() [1/2]
const QualifiedName & opcua::ua::RelativePathElement::targetName |
( |
| ) |
const |
|
inlinenoexcept |
◆ targetName() [2/2]
◆ 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]