open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_RelativePathElement wrapper class.
Definition at line 1124 of file types_composed.hpp.
Public Member Functions | |
RelativePathElement (NodeId referenceTypeId, bool isInverse, bool includeSubtypes, QualifiedName targetName) | |
const NodeId & | getReferenceTypeId () const noexcept |
NodeId & | getReferenceTypeId () noexcept |
bool | getIsInverse () const noexcept |
bool | getIncludeSubtypes () const noexcept |
const QualifiedName & | getTargetName () const noexcept |
QualifiedName & | getTargetName () 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_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_RelativePathElement &native) |
constexpr | TypeWrapper (UA_RelativePathElement &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_RelativePathElement &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_RelativePathElement &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_RelativePathElement &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_RelativePathElement > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_RelativePathElement &native) |
constexpr | Wrapper (UA_RelativePathElement &&native) noexcept |
constexpr | operator UA_RelativePathElement & () noexcept |
constexpr | operator const UA_RelativePathElement & () const noexcept |
constexpr UA_RelativePathElement * | operator-> () noexcept |
constexpr const UA_RelativePathElement * | operator-> () const noexcept |
constexpr UA_RelativePathElement * | handle () noexcept |
constexpr const UA_RelativePathElement * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_RelativePathElement > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_RelativePathElement > | |
constexpr const UA_RelativePathElement & | native () const noexcept |
constexpr UA_RelativePathElement & | native () noexcept |
|
inline |
Definition at line 1129 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1138 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1138 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1139 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1140 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1141 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1141 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.