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

#include <types_composed.hpp>

Inheritance diagram for opcua::RelativePathElement:
[legend]

Detailed Description

UA_RelativePathElement wrapper class.

Definition at line 1124 of file types_composed.hpp.

Public Member Functions

 RelativePathElement (NodeId referenceTypeId, bool isInverse, bool includeSubtypes, QualifiedName targetName)
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool getIsInverse () const noexcept
 
bool getIncludeSubtypes () const noexcept
 
const QualifiedNamegetTargetName () const noexcept
 
QualifiedNamegetTargetName () 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_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_RelativePathElement &native)
 
constexpr TypeWrapper (UA_RelativePathElement &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_RelativePathElement &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_RelativePathElement &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_RelativePathElement &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_RelativePathElement >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_RelativePathElement &native)
 
constexpr Wrapper (UA_RelativePathElement &&native) noexcept
 
constexpr operator UA_RelativePathElement & () noexcept
 
constexpr operator const UA_RelativePathElement & () const noexcept
 
constexpr UA_RelativePathElementoperator-> () noexcept
 
constexpr const UA_RelativePathElementoperator-> () const noexcept
 
constexpr UA_RelativePathElementhandle () noexcept
 
constexpr const UA_RelativePathElementhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_RelativePathElement >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_RelativePathElement, UA_TYPES_RELATIVEPATHELEMENT >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_RelativePathElement >
constexpr const UA_RelativePathElementnative () const noexcept
 
constexpr UA_RelativePathElementnative () noexcept
 

Constructor & Destructor Documentation

◆ RelativePathElement()

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

Definition at line 1129 of file types_composed.hpp.

Member Function Documentation

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::RelativePathElement::getReferenceTypeId ( ) const
inlinenoexcept

Definition at line 1138 of file types_composed.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::RelativePathElement::getReferenceTypeId ( )
inlinenoexcept

Definition at line 1138 of file types_composed.hpp.

◆ getIsInverse()

bool opcua::RelativePathElement::getIsInverse ( ) const
inlinenoexcept

Definition at line 1139 of file types_composed.hpp.

◆ getIncludeSubtypes()

bool opcua::RelativePathElement::getIncludeSubtypes ( ) const
inlinenoexcept

Definition at line 1140 of file types_composed.hpp.

◆ getTargetName() [1/2]

const QualifiedName & opcua::RelativePathElement::getTargetName ( ) const
inlinenoexcept

Definition at line 1141 of file types_composed.hpp.

◆ getTargetName() [2/2]

QualifiedName & opcua::RelativePathElement::getTargetName ( )
inlinenoexcept

Definition at line 1141 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.