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

#include <types_composed.hpp>

Inheritance diagram for opcua::BrowseNextRequest:
[legend]

Detailed Description

UA_BrowseNextRequest wrapper class.

Definition at line 1085 of file types_composed.hpp.

Public Member Functions

 BrowseNextRequest (RequestHeader requestHeader, bool releaseContinuationPoints, Span< const ByteString > continuationPoints)
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeadergetRequestHeader () noexcept
 
bool getReleaseContinuationPoints () const noexcept
 
Span< const ByteStringgetContinuationPoints () const noexcept
 
Span< ByteStringgetContinuationPoints () 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_BrowseNextRequest, UA_TYPES_BROWSENEXTREQUEST >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_BrowseNextRequest &native)
 
constexpr TypeWrapper (UA_BrowseNextRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BrowseNextRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BrowseNextRequest &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_BrowseNextRequest &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BrowseNextRequest >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_BrowseNextRequest &native)
 
constexpr Wrapper (UA_BrowseNextRequest &&native) noexcept
 
constexpr operator UA_BrowseNextRequest & () noexcept
 
constexpr operator const UA_BrowseNextRequest & () const noexcept
 
constexpr UA_BrowseNextRequestoperator-> () noexcept
 
constexpr const UA_BrowseNextRequestoperator-> () const noexcept
 
constexpr UA_BrowseNextRequesthandle () noexcept
 
constexpr const UA_BrowseNextRequesthandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BrowseNextRequest()

opcua::BrowseNextRequest::BrowseNextRequest ( RequestHeader requestHeader,
bool releaseContinuationPoints,
Span< const ByteString > continuationPoints )
inline

Definition at line 1089 of file types_composed.hpp.

Member Function Documentation

◆ getRequestHeader() [1/2]

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

Definition at line 1100 of file types_composed.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 1100 of file types_composed.hpp.

◆ getReleaseContinuationPoints()

bool opcua::BrowseNextRequest::getReleaseContinuationPoints ( ) const
inlinenoexcept

Definition at line 1101 of file types_composed.hpp.

◆ getContinuationPoints() [1/2]

Span< const ByteString > opcua::BrowseNextRequest::getContinuationPoints ( ) const
inlinenoexcept

Definition at line 1104 of file types_composed.hpp.

◆ getContinuationPoints() [2/2]

Span< ByteString > opcua::BrowseNextRequest::getContinuationPoints ( )
inlinenoexcept

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