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

#include <types.hpp>

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

Detailed Description

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< UA_BrowseDescription >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_BrowseDescription &native) noexcept
 
constexpr Wrapper (UA_BrowseDescription &&native) noexcept
 
constexpr Wrapperoperator= (const UA_BrowseDescription &native) noexcept
 
constexpr Wrapperoperator= (UA_BrowseDescription &&native) noexcept
 
constexpr operator UA_BrowseDescription & () noexcept
 
constexpr operator const UA_BrowseDescription & () const noexcept
 
constexpr UA_BrowseDescriptionoperator-> () noexcept
 
constexpr const UA_BrowseDescriptionoperator-> () const noexcept
 
constexpr UA_BrowseDescriptionhandle () noexcept
 
constexpr const UA_BrowseDescriptionhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_BrowseDescription &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_BrowseDescription >
using NativeType
 
- 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< UA_BrowseDescription >
constexpr const UA_BrowseDescriptionnative () const noexcept
 
constexpr UA_BrowseDescriptionnative () 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 1063 of file types.hpp.

Member Function Documentation

◆ nodeId() [1/2]

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

Definition at line 1079 of file types.hpp.

◆ getNodeId() [1/2]

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

Definition at line 1079 of file types.hpp.

◆ nodeId() [2/2]

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

Definition at line 1079 of file types.hpp.

◆ getNodeId() [2/2]

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

Definition at line 1079 of file types.hpp.

◆ browseDirection()

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

Definition at line 1080 of file types.hpp.

◆ getBrowseDirection()

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

Definition at line 1080 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 1081 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 1081 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 1081 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 1081 of file types.hpp.

◆ includeSubtypes()

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

Definition at line 1082 of file types.hpp.

◆ getIncludeSubtypes()

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

Definition at line 1082 of file types.hpp.

◆ nodeClassMask()

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

Definition at line 1083 of file types.hpp.

◆ getNodeClassMask()

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

Definition at line 1083 of file types.hpp.

◆ resultMask()

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

Definition at line 1084 of file types.hpp.

◆ getResultMask()

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

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