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

#include <types.hpp>

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

Detailed Description

UA_BrowseNextRequest wrapper class.

Definition at line 1161 of file types.hpp.

Public Member Functions

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

Definition at line 1165 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

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

Definition at line 1176 of file types.hpp.

◆ getRequestHeader() [1/2]

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

Definition at line 1176 of file types.hpp.

◆ requestHeader() [2/2]

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

Definition at line 1176 of file types.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 1176 of file types.hpp.

◆ releaseContinuationPoints()

bool opcua::ua::BrowseNextRequest::releaseContinuationPoints ( ) const
inlinenoexcept

Definition at line 1177 of file types.hpp.

◆ getReleaseContinuationPoints()

bool opcua::ua::BrowseNextRequest::getReleaseContinuationPoints ( ) const
inlinenoexcept
Deprecated
Use releaseContinuationPoints instead

Definition at line 1177 of file types.hpp.

◆ continuationPoints() [1/2]

Span< const ByteString > opcua::ua::BrowseNextRequest::continuationPoints ( ) const
inlinenoexcept

Definition at line 1180 of file types.hpp.

◆ continuationPoints() [2/2]

Span< ByteString > opcua::ua::BrowseNextRequest::continuationPoints ( )
inlinenoexcept

Definition at line 1180 of file types.hpp.

◆ getContinuationPoints() [1/2]

Span< const ByteString > opcua::ua::BrowseNextRequest::getContinuationPoints ( ) const
inlinenoexcept
Deprecated
Use continuationPoints instead

Definition at line 1180 of file types.hpp.

◆ getContinuationPoints() [2/2]

Span< ByteString > opcua::ua::BrowseNextRequest::getContinuationPoints ( )
inlinenoexcept
Deprecated
Use continuationPoints instead

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