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

#include <types_composed.hpp>

Inheritance diagram for opcua::RelativePath:
[legend]

Detailed Description

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 RelativePathElementgetElements () const noexcept
 
Span< RelativePathElementgetElements () 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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_RelativePath &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (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_RelativePathoperator-> () noexcept
 
constexpr const UA_RelativePathoperator-> () const noexcept
 
constexpr UA_RelativePathhandle () noexcept
 
constexpr const UA_RelativePathhandle () 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_RelativePathnative () const noexcept
 
constexpr UA_RelativePathnative () noexcept
 

Constructor & Destructor Documentation

◆ RelativePath() [1/2]

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

Definition at line 1151 of file types_composed.hpp.

◆ RelativePath() [2/2]

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

Definition at line 1154 of file types_composed.hpp.

Member Function Documentation

◆ getElements() [1/2]

Span< const RelativePathElement > opcua::RelativePath::getElements ( ) const
inlinenoexcept

Definition at line 1159 of file types_composed.hpp.

◆ getElements() [2/2]

Span< RelativePathElement > opcua::RelativePath::getElements ( )
inlinenoexcept

Definition at line 1159 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

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

Constructor with native object (deep copy).

Definition at line 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.