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

#include <types_composed.hpp>

Inheritance diagram for opcua::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 NodeIdgetNodeId () const noexcept
 
NodeIdgetNodeId () noexcept
 
BrowseDirection getBrowseDirection () const noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool getIncludeSubtypes () const noexcept
 
Bitmask< NodeClassgetNodeClassMask () const noexcept
 
Bitmask< BrowseResultMaskgetResultMask () const 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_BrowseDescription, UA_TYPES_BROWSEDESCRIPTION >
constexpr TypeWrapper ()=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
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_BrowseDescription &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BrowseDescription >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_BrowseDescription &native)
 
constexpr Wrapper (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
 

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 getTypeIndex ()
 
- 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::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 989 of file types_composed.hpp.

Member Function Documentation

◆ getNodeId() [1/2]

const NodeId & opcua::BrowseDescription::getNodeId ( ) const
inlinenoexcept

Definition at line 1005 of file types_composed.hpp.

◆ getNodeId() [2/2]

NodeId & opcua::BrowseDescription::getNodeId ( )
inlinenoexcept

Definition at line 1005 of file types_composed.hpp.

◆ getBrowseDirection()

BrowseDirection opcua::BrowseDescription::getBrowseDirection ( ) const
inlinenoexcept

Definition at line 1006 of file types_composed.hpp.

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::BrowseDescription::getReferenceTypeId ( ) const
inlinenoexcept

Definition at line 1007 of file types_composed.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::BrowseDescription::getReferenceTypeId ( )
inlinenoexcept

Definition at line 1007 of file types_composed.hpp.

◆ getIncludeSubtypes()

bool opcua::BrowseDescription::getIncludeSubtypes ( ) const
inlinenoexcept

Definition at line 1008 of file types_composed.hpp.

◆ getNodeClassMask()

Bitmask< NodeClass > opcua::BrowseDescription::getNodeClassMask ( ) const
inlinenoexcept

Definition at line 1009 of file types_composed.hpp.

◆ getResultMask()

Bitmask< BrowseResultMask > opcua::BrowseDescription::getResultMask ( ) const
inlinenoexcept

Definition at line 1010 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 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.