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

#include <types_composed.hpp>

Inheritance diagram for opcua::BrowseResult:
[legend]

Detailed Description

Public Member Functions

StatusCode getStatusCode () const noexcept
 
const ByteStringgetContinuationPoint () const noexcept
 
ByteStringgetContinuationPoint () noexcept
 
Span< const ReferenceDescriptiongetReferences () const noexcept
 
Span< ReferenceDescriptiongetReferences () 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_BrowseResult, UA_TYPES_BROWSERESULT >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_BrowseResult &native)
 
constexpr TypeWrapper (UA_BrowseResult &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BrowseResult &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BrowseResult &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_BrowseResult &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BrowseResult >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_BrowseResult &native)
 
constexpr Wrapper (UA_BrowseResult &&native) noexcept
 
constexpr operator UA_BrowseResult & () noexcept
 
constexpr operator const UA_BrowseResult & () const noexcept
 
constexpr UA_BrowseResultoperator-> () noexcept
 
constexpr const UA_BrowseResultoperator-> () const noexcept
 
constexpr UA_BrowseResulthandle () noexcept
 
constexpr const UA_BrowseResulthandle () const noexcept
 

Additional Inherited Members

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

Member Function Documentation

◆ getStatusCode()

StatusCode opcua::BrowseResult::getStatusCode ( ) const
inlinenoexcept

Definition at line 1063 of file types_composed.hpp.

◆ getContinuationPoint() [1/2]

const ByteString & opcua::BrowseResult::getContinuationPoint ( ) const
inlinenoexcept

Definition at line 1064 of file types_composed.hpp.

◆ getContinuationPoint() [2/2]

ByteString & opcua::BrowseResult::getContinuationPoint ( )
inlinenoexcept

Definition at line 1064 of file types_composed.hpp.

◆ getReferences() [1/2]

Span< const ReferenceDescription > opcua::BrowseResult::getReferences ( ) const
inlinenoexcept

Definition at line 1065 of file types_composed.hpp.

◆ getReferences() [2/2]

Span< ReferenceDescription > opcua::BrowseResult::getReferences ( )
inlinenoexcept

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