open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_RelativePath wrapper class.
Definition at line 1147 of file types_composed.hpp.
Public Member Functions | |
RelativePath (std::initializer_list< RelativePathElement > elements) | |
RelativePath (Span< const RelativePathElement > elements) | |
Span< const RelativePathElement > | getElements () const noexcept |
Span< RelativePathElement > | 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_RelativePath, UA_TYPES_RELATIVEPATH > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_RelativePath &native) |
constexpr | TypeWrapper (UA_RelativePath &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_RelativePath &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_RelativePath &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_RelativePath &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_RelativePath > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_RelativePath &native) |
constexpr | Wrapper (UA_RelativePath &&native) noexcept |
constexpr | operator UA_RelativePath & () noexcept |
constexpr | operator const UA_RelativePath & () const noexcept |
constexpr UA_RelativePath * | operator-> () noexcept |
constexpr const UA_RelativePath * | operator-> () const noexcept |
constexpr UA_RelativePath * | handle () noexcept |
constexpr const UA_RelativePath * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_RelativePath > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_RelativePath, UA_TYPES_RELATIVEPATH > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_RelativePath, UA_TYPES_RELATIVEPATH > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_RelativePath > | |
constexpr const UA_RelativePath & | native () const noexcept |
constexpr UA_RelativePath & | native () noexcept |
|
inline |
Definition at line 1151 of file types_composed.hpp.
|
inlineexplicit |
Definition at line 1154 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1159 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1159 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.