open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
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 RequestHeader & | getRequestHeader () const noexcept |
RequestHeader & | getRequestHeader () noexcept |
bool | getReleaseContinuationPoints () const noexcept |
Span< const ByteString > | getContinuationPoints () const noexcept |
Span< ByteString > | getContinuationPoints () 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 TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_BrowseNextRequest &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (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_BrowseNextRequest * | operator-> () noexcept |
constexpr const UA_BrowseNextRequest * | operator-> () const noexcept |
constexpr UA_BrowseNextRequest * | handle () noexcept |
constexpr const UA_BrowseNextRequest * | handle () 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_BrowseNextRequest & | native () const noexcept |
constexpr UA_BrowseNextRequest & | native () noexcept |
|
inline |
Definition at line 1089 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1100 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1100 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1101 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1104 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1104 of file types_composed.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 30 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 34 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 42 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 46 of file typewrapper.hpp.