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

#include <types_composed.hpp>

Inheritance diagram for opcua::TranslateBrowsePathsToNodeIdsRequest:
[legend]

Detailed Description

UA_TranslateBrowsePathsToNodeIdsRequest wrapper class.

Definition at line 1203 of file types_composed.hpp.

Public Member Functions

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

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 getTypeIndex ()
 
- 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::TranslateBrowsePathsToNodeIdsRequest::TranslateBrowsePathsToNodeIdsRequest ( RequestHeader requestHeader,
Span< const BrowsePath > browsePaths )
inline

Definition at line 1210 of file types_composed.hpp.

Member Function Documentation

◆ getRequestHeader() [1/2]

const RequestHeader & opcua::TranslateBrowsePathsToNodeIdsRequest::getRequestHeader ( ) const
inlinenoexcept

Definition at line 1218 of file types_composed.hpp.

◆ getRequestHeader() [2/2]

RequestHeader & opcua::TranslateBrowsePathsToNodeIdsRequest::getRequestHeader ( )
inlinenoexcept

Definition at line 1218 of file types_composed.hpp.

◆ getBrowsePaths() [1/2]

Span< const BrowsePath > opcua::TranslateBrowsePathsToNodeIdsRequest::getBrowsePaths ( ) const
inlinenoexcept

Definition at line 1219 of file types_composed.hpp.

◆ getBrowsePaths() [2/2]

Span< BrowsePath > opcua::TranslateBrowsePathsToNodeIdsRequest::getBrowsePaths ( )
inlinenoexcept

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