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

#include <types.hpp>

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

Detailed Description

UA_RelativePathElement wrapper class.

Definition at line 1172 of file types.hpp.

Public Member Functions

 RelativePathElement (NodeId referenceTypeId, bool isInverse, bool includeSubtypes, QualifiedName targetName)
 
const NodeIdreferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
bool isInverse () const noexcept
 
bool includeSubtypes () const noexcept
 
const QualifiedNametargetName () const noexcept
 
QualifiedNametargetName () noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) 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, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Constructor & Destructor Documentation

◆ RelativePathElement()

opcua::ua::RelativePathElement::RelativePathElement ( NodeId  referenceTypeId,
bool  isInverse,
bool  includeSubtypes,
QualifiedName  targetName 
)
inline

Definition at line 1177 of file types.hpp.

Member Function Documentation

◆ includeSubtypes()

bool opcua::ua::RelativePathElement::includeSubtypes ( ) const
inlinenoexcept

Definition at line 1188 of file types.hpp.

◆ isInverse()

bool opcua::ua::RelativePathElement::isInverse ( ) const
inlinenoexcept

Definition at line 1187 of file types.hpp.

◆ referenceTypeId() [1/2]

const NodeId & opcua::ua::RelativePathElement::referenceTypeId ( ) const
inlinenoexcept

Definition at line 1186 of file types.hpp.

◆ referenceTypeId() [2/2]

NodeId & opcua::ua::RelativePathElement::referenceTypeId ( )
inlinenoexcept

Definition at line 1186 of file types.hpp.

◆ targetName() [1/2]

const QualifiedName & opcua::ua::RelativePathElement::targetName ( ) const
inlinenoexcept

Definition at line 1189 of file types.hpp.

◆ targetName() [2/2]

QualifiedName & opcua::ua::RelativePathElement::targetName ( )
inlinenoexcept

Definition at line 1189 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.