open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::RelativePath Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::RelativePath:
[legend]

Detailed Description

UA_RelativePath wrapper class.

Definition at line 1223 of file types.hpp.

Public Member Functions

 RelativePath (std::initializer_list< RelativePathElement > elements)
 
 RelativePath (Span< const RelativePathElement > elements)
 
Span< const RelativePathElementelements () const noexcept
 
Span< RelativePathElementelements () noexcept
 
Span< const RelativePathElementgetElements () const noexcept
 
Span< RelativePathElementgetElements () 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
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_RelativePath, UA_TYPES_RELATIVEPATH >
constexpr TypeWrapper () noexcept=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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_RelativePath &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_RelativePath &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_RelativePath >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_RelativePath &native) noexcept
 
constexpr Wrapper (UA_RelativePath &&native) noexcept
 
constexpr Wrapperoperator= (const UA_RelativePath &native) noexcept
 
constexpr Wrapperoperator= (UA_RelativePath &&native) noexcept
 
constexpr operator UA_RelativePath & () noexcept
 
constexpr operator const UA_RelativePath & () const noexcept
 
constexpr UA_RelativePathoperator-> () noexcept
 
constexpr const UA_RelativePathoperator-> () const noexcept
 
constexpr UA_RelativePathhandle () noexcept
 
constexpr const UA_RelativePathhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_RelativePath &native) 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 typeIndex ()
 
- 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_RelativePathnative () const noexcept
 
constexpr UA_RelativePathnative () noexcept
 

Constructor & Destructor Documentation

◆ RelativePath() [1/2]

opcua::ua::RelativePath::RelativePath ( std::initializer_list< RelativePathElement > elements)
inline

Definition at line 1227 of file types.hpp.

◆ RelativePath() [2/2]

opcua::ua::RelativePath::RelativePath ( Span< const RelativePathElement > elements)
inlineexplicit

Definition at line 1230 of file types.hpp.

Member Function Documentation

◆ elements() [1/2]

Span< const RelativePathElement > opcua::ua::RelativePath::elements ( ) const
inlinenoexcept

Definition at line 1235 of file types.hpp.

◆ elements() [2/2]

Span< RelativePathElement > opcua::ua::RelativePath::elements ( )
inlinenoexcept

Definition at line 1235 of file types.hpp.

◆ getElements() [1/2]

Span< const RelativePathElement > opcua::ua::RelativePath::getElements ( ) const
inlinenoexcept
Deprecated
Use elements instead

Definition at line 1235 of file types.hpp.

◆ getElements() [2/2]

Span< RelativePathElement > opcua::ua::RelativePath::getElements ( )
inlinenoexcept
Deprecated
Use elements instead

Definition at line 1235 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.