open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::BrowseRequest Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::BrowseRequest:
[legend]

Detailed Description

UA_BrowseRequest wrapper class.

Definition at line 1016 of file types_composed.hpp.

Public Member Functions

 BrowseRequest (RequestHeader requestHeader, ViewDescription view, uint32_t requestedMaxReferencesPerNode, Span< const BrowseDescription > nodesToBrowse)
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeadergetRequestHeader () noexcept
 
const ViewDescriptiongetView () const noexcept
 
ViewDescriptiongetView () noexcept
 
uint32_t getRequestedMaxReferencesPerNode () const noexcept
 
Span< const BrowseDescriptiongetNodesToBrowse () const noexcept
 
Span< BrowseDescriptiongetNodesToBrowse () 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_BrowseRequest, UA_TYPES_BROWSEREQUEST >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_BrowseRequest &native)
 
constexpr TypeWrapper (UA_BrowseRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BrowseRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BrowseRequest &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_BrowseRequest &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BrowseRequest >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_BrowseRequest &native)
 
constexpr Wrapper (UA_BrowseRequest &&native) noexcept
 
constexpr operator UA_BrowseRequest & () noexcept
 
constexpr operator const UA_BrowseRequest & () const noexcept
 
constexpr UA_BrowseRequestoperator-> () noexcept
 
constexpr const UA_BrowseRequestoperator-> () const noexcept
 
constexpr UA_BrowseRequesthandle () noexcept
 
constexpr const UA_BrowseRequesthandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BrowseRequest()

opcua::BrowseRequest::BrowseRequest ( RequestHeader requestHeader,
ViewDescription view,
uint32_t requestedMaxReferencesPerNode,
Span< const BrowseDescription > nodesToBrowse )
inline

Definition at line 1020 of file types_composed.hpp.

Member Function Documentation

◆ getRequestHeader() [1/2]

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

Definition at line 1033 of file types_composed.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 1033 of file types_composed.hpp.

◆ getView() [1/2]

const ViewDescription & opcua::BrowseRequest::getView ( ) const
inlinenoexcept

Definition at line 1034 of file types_composed.hpp.

◆ getView() [2/2]

ViewDescription & opcua::BrowseRequest::getView ( )
inlinenoexcept

Definition at line 1034 of file types_composed.hpp.

◆ getRequestedMaxReferencesPerNode()

uint32_t opcua::BrowseRequest::getRequestedMaxReferencesPerNode ( ) const
inlinenoexcept

Definition at line 1035 of file types_composed.hpp.

◆ getNodesToBrowse() [1/2]

Span< const BrowseDescription > opcua::BrowseRequest::getNodesToBrowse ( ) const
inlinenoexcept

Definition at line 1036 of file types_composed.hpp.

◆ getNodesToBrowse() [2/2]

Span< BrowseDescription > opcua::BrowseRequest::getNodesToBrowse ( )
inlinenoexcept

Definition at line 1036 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 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.