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

#include <types.hpp>

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

Detailed Description

UA_BrowsePath wrapper class.

Definition at line 1241 of file types.hpp.

Public Member Functions

 BrowsePath (NodeId startingNode, RelativePath relativePath)
 
const NodeIdstartingNode () const noexcept
 
const NodeIdgetStartingNode () const noexcept
 
NodeIdstartingNode () noexcept
 
NodeIdgetStartingNode () noexcept
 
const RelativePathrelativePath () const noexcept
 
const RelativePathgetRelativePath () const noexcept
 
RelativePathrelativePath () noexcept
 
RelativePathgetRelativePath () 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_BrowsePath, UA_TYPES_BROWSEPATH >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_BrowsePath &native)
 
constexpr TypeWrapper (UA_BrowsePath &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BrowsePath &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BrowsePath &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BrowsePath >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_BrowsePath &native) noexcept
 
constexpr Wrapper (UA_BrowsePath &&native) noexcept
 
constexpr Wrapperoperator= (const UA_BrowsePath &native) noexcept
 
constexpr Wrapperoperator= (UA_BrowsePath &&native) noexcept
 
constexpr operator UA_BrowsePath & () noexcept
 
constexpr operator const UA_BrowsePath & () const noexcept
 
constexpr UA_BrowsePathoperator-> () noexcept
 
constexpr const UA_BrowsePathoperator-> () const noexcept
 
constexpr UA_BrowsePathhandle () noexcept
 
constexpr const UA_BrowsePathhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_BrowsePath &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_BrowsePath >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_BrowsePath, UA_TYPES_BROWSEPATH >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_BrowsePath, UA_TYPES_BROWSEPATH >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_BrowsePath >
constexpr const UA_BrowsePathnative () const noexcept
 
constexpr UA_BrowsePathnative () noexcept
 

Constructor & Destructor Documentation

◆ BrowsePath()

opcua::ua::BrowsePath::BrowsePath ( NodeId startingNode,
RelativePath relativePath )
inline

Definition at line 1245 of file types.hpp.

Member Function Documentation

◆ startingNode() [1/2]

const NodeId & opcua::ua::BrowsePath::startingNode ( ) const
inlinenoexcept

Definition at line 1250 of file types.hpp.

◆ getStartingNode() [1/2]

const NodeId & opcua::ua::BrowsePath::getStartingNode ( ) const
inlinenoexcept
Deprecated
Use startingNode instead

Definition at line 1250 of file types.hpp.

◆ startingNode() [2/2]

NodeId & opcua::ua::BrowsePath::startingNode ( )
inlinenoexcept

Definition at line 1250 of file types.hpp.

◆ getStartingNode() [2/2]

NodeId & opcua::ua::BrowsePath::getStartingNode ( )
inlinenoexcept
Deprecated
Use startingNode instead

Definition at line 1250 of file types.hpp.

◆ relativePath() [1/2]

const RelativePath & opcua::ua::BrowsePath::relativePath ( ) const
inlinenoexcept

Definition at line 1251 of file types.hpp.

◆ getRelativePath() [1/2]

const RelativePath & opcua::ua::BrowsePath::getRelativePath ( ) const
inlinenoexcept
Deprecated
Use relativePath instead

Definition at line 1251 of file types.hpp.

◆ relativePath() [2/2]

RelativePath & opcua::ua::BrowsePath::relativePath ( )
inlinenoexcept

Definition at line 1251 of file types.hpp.

◆ getRelativePath() [2/2]

RelativePath & opcua::ua::BrowsePath::getRelativePath ( )
inlinenoexcept
Deprecated
Use relativePath instead

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