open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::RelativePath Class Reference

#include <types.hpp>

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

Detailed Description

UA_RelativePath wrapper class.

Definition at line 1255 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< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- 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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ RelativePath() [1/2]

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

Definition at line 1259 of file types.hpp.

◆ RelativePath() [2/2]

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

Definition at line 1262 of file types.hpp.

Member Function Documentation

◆ elements() [1/2]

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

Definition at line 1267 of file types.hpp.

◆ elements() [2/2]

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

Definition at line 1267 of file types.hpp.

◆ getElements() [1/2]

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

Definition at line 1267 of file types.hpp.

◆ getElements() [2/2]

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

Definition at line 1267 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.