open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::BrowseDescription Class Reference

#include <types.hpp>

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

Detailed Description

UA_BrowseDescription wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/5.8.2

Definition at line 1091 of file types.hpp.

Public Member Functions

 BrowseDescription (NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId=ReferenceTypeId::References, bool includeSubtypes=true, Bitmask< NodeClass > nodeClassMask=NodeClass::Unspecified, Bitmask< BrowseResultMask > resultMask=BrowseResultMask::All)
 
const NodeIdnodeId () const noexcept
 
const NodeIdgetNodeId () const noexcept
 
NodeIdnodeId () noexcept
 
NodeIdgetNodeId () noexcept
 
BrowseDirection browseDirection () const noexcept
 
BrowseDirection getBrowseDirection () const noexcept
 
const NodeIdreferenceTypeId () const noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool includeSubtypes () const noexcept
 
bool getIncludeSubtypes () const noexcept
 
Bitmask< NodeClassnodeClassMask () const noexcept
 
Bitmask< NodeClassgetNodeClassMask () const noexcept
 
Bitmask< BrowseResultMaskresultMask () const noexcept
 
Bitmask< BrowseResultMaskgetResultMask () const 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_BrowseDescription, UA_TYPES_BROWSEDESCRIPTION >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_BrowseDescription &native)
 
constexpr TypeWrapper (UA_BrowseDescription &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BrowseDescription &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BrowseDescription &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_BrowseDescription, UA_TYPES_BROWSEDESCRIPTION >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_BrowseDescription, UA_TYPES_BROWSEDESCRIPTION >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ BrowseDescription()

opcua::ua::BrowseDescription::BrowseDescription ( NodeId  nodeId,
BrowseDirection  browseDirection,
NodeId  referenceTypeId = ReferenceTypeId::References,
bool  includeSubtypes = true,
Bitmask< NodeClass nodeClassMask = NodeClass::Unspecified,
Bitmask< BrowseResultMask resultMask = BrowseResultMask::All 
)
inline

Definition at line 1095 of file types.hpp.

Member Function Documentation

◆ nodeId() [1/2]

const NodeId & opcua::ua::BrowseDescription::nodeId ( ) const
inlinenoexcept

Definition at line 1111 of file types.hpp.

◆ getNodeId() [1/2]

const NodeId & opcua::ua::BrowseDescription::getNodeId ( ) const
inlinenoexcept
Deprecated:
Use nodeId instead

Definition at line 1111 of file types.hpp.

◆ nodeId() [2/2]

NodeId & opcua::ua::BrowseDescription::nodeId ( )
inlinenoexcept

Definition at line 1111 of file types.hpp.

◆ getNodeId() [2/2]

NodeId & opcua::ua::BrowseDescription::getNodeId ( )
inlinenoexcept
Deprecated:
Use nodeId instead

Definition at line 1111 of file types.hpp.

◆ browseDirection()

BrowseDirection opcua::ua::BrowseDescription::browseDirection ( ) const
inlinenoexcept

Definition at line 1112 of file types.hpp.

◆ getBrowseDirection()

BrowseDirection opcua::ua::BrowseDescription::getBrowseDirection ( ) const
inlinenoexcept
Deprecated:
Use browseDirection instead

Definition at line 1112 of file types.hpp.

◆ referenceTypeId() [1/2]

const NodeId & opcua::ua::BrowseDescription::referenceTypeId ( ) const
inlinenoexcept

Definition at line 1113 of file types.hpp.

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::ua::BrowseDescription::getReferenceTypeId ( ) const
inlinenoexcept
Deprecated:
Use referenceTypeId instead

Definition at line 1113 of file types.hpp.

◆ referenceTypeId() [2/2]

NodeId & opcua::ua::BrowseDescription::referenceTypeId ( )
inlinenoexcept

Definition at line 1113 of file types.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::ua::BrowseDescription::getReferenceTypeId ( )
inlinenoexcept
Deprecated:
Use referenceTypeId instead

Definition at line 1113 of file types.hpp.

◆ includeSubtypes()

bool opcua::ua::BrowseDescription::includeSubtypes ( ) const
inlinenoexcept

Definition at line 1114 of file types.hpp.

◆ getIncludeSubtypes()

bool opcua::ua::BrowseDescription::getIncludeSubtypes ( ) const
inlinenoexcept
Deprecated:
Use includeSubtypes instead

Definition at line 1114 of file types.hpp.

◆ nodeClassMask()

Bitmask< NodeClass > opcua::ua::BrowseDescription::nodeClassMask ( ) const
inlinenoexcept

Definition at line 1115 of file types.hpp.

◆ getNodeClassMask()

Bitmask< NodeClass > opcua::ua::BrowseDescription::getNodeClassMask ( ) const
inlinenoexcept
Deprecated:
Use nodeClassMask instead

Definition at line 1115 of file types.hpp.

◆ resultMask()

Bitmask< BrowseResultMask > opcua::ua::BrowseDescription::resultMask ( ) const
inlinenoexcept

Definition at line 1116 of file types.hpp.

◆ getResultMask()

Bitmask< BrowseResultMask > opcua::ua::BrowseDescription::getResultMask ( ) const
inlinenoexcept
Deprecated:
Use resultMask instead

Definition at line 1116 of file types.hpp.

◆ TypeWrapper() [1/5]

constexpr opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

constexpr opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.