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

#include <types.hpp>

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

Detailed Description

UA_TranslateBrowsePathsToNodeIdsRequest wrapper class.

Definition at line 1279 of file types.hpp.

Public Member Functions

 TranslateBrowsePathsToNodeIdsRequest (RequestHeader requestHeader, Span< const BrowsePath > browsePaths)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
Span< const BrowsePathbrowsePaths () const noexcept
 
Span< BrowsePathbrowsePaths () noexcept
 
Span< const BrowsePathgetBrowsePaths () const noexcept
 
Span< BrowsePathgetBrowsePaths () 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_TranslateBrowsePathsToNodeIdsRequest, UA_TYPES_TRANSLATEBROWSEPATHSTONODEIDSREQUEST >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_TranslateBrowsePathsToNodeIdsRequest &native)
 
constexpr TypeWrapper (UA_TranslateBrowsePathsToNodeIdsRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_TranslateBrowsePathsToNodeIdsRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_TranslateBrowsePathsToNodeIdsRequest &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_TranslateBrowsePathsToNodeIdsRequest >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_TranslateBrowsePathsToNodeIdsRequest &native) noexcept
 
constexpr Wrapper (UA_TranslateBrowsePathsToNodeIdsRequest &&native) noexcept
 
constexpr Wrapperoperator= (const UA_TranslateBrowsePathsToNodeIdsRequest &native) noexcept
 
constexpr Wrapperoperator= (UA_TranslateBrowsePathsToNodeIdsRequest &&native) noexcept
 
constexpr operator UA_TranslateBrowsePathsToNodeIdsRequest & () noexcept
 
constexpr operator const UA_TranslateBrowsePathsToNodeIdsRequest & () const noexcept
 
constexpr UA_TranslateBrowsePathsToNodeIdsRequestoperator-> () noexcept
 
constexpr const UA_TranslateBrowsePathsToNodeIdsRequestoperator-> () const noexcept
 
constexpr UA_TranslateBrowsePathsToNodeIdsRequesthandle () noexcept
 
constexpr const UA_TranslateBrowsePathsToNodeIdsRequesthandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_TranslateBrowsePathsToNodeIdsRequest &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ TranslateBrowsePathsToNodeIdsRequest()

opcua::ua::TranslateBrowsePathsToNodeIdsRequest::TranslateBrowsePathsToNodeIdsRequest ( RequestHeader requestHeader,
Span< const BrowsePath > browsePaths )
inline

Definition at line 1286 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

const RequestHeader & opcua::ua::TranslateBrowsePathsToNodeIdsRequest::requestHeader ( ) const
inlinenoexcept

Definition at line 1294 of file types.hpp.

◆ getRequestHeader() [1/2]

const RequestHeader & opcua::ua::TranslateBrowsePathsToNodeIdsRequest::getRequestHeader ( ) const
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 1294 of file types.hpp.

◆ requestHeader() [2/2]

RequestHeader & opcua::ua::TranslateBrowsePathsToNodeIdsRequest::requestHeader ( )
inlinenoexcept

Definition at line 1294 of file types.hpp.

◆ getRequestHeader() [2/2]

RequestHeader & opcua::ua::TranslateBrowsePathsToNodeIdsRequest::getRequestHeader ( )
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 1294 of file types.hpp.

◆ browsePaths() [1/2]

Span< const BrowsePath > opcua::ua::TranslateBrowsePathsToNodeIdsRequest::browsePaths ( ) const
inlinenoexcept

Definition at line 1295 of file types.hpp.

◆ browsePaths() [2/2]

Span< BrowsePath > opcua::ua::TranslateBrowsePathsToNodeIdsRequest::browsePaths ( )
inlinenoexcept

Definition at line 1295 of file types.hpp.

◆ getBrowsePaths() [1/2]

Span< const BrowsePath > opcua::ua::TranslateBrowsePathsToNodeIdsRequest::getBrowsePaths ( ) const
inlinenoexcept
Deprecated
Use browsePaths instead

Definition at line 1295 of file types.hpp.

◆ getBrowsePaths() [2/2]

Span< BrowsePath > opcua::ua::TranslateBrowsePathsToNodeIdsRequest::getBrowsePaths ( )
inlinenoexcept
Deprecated
Use browsePaths instead

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