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

#include <types_composed.hpp>

Inheritance diagram for opcua::AttributeOperand:
[legend]

Detailed Description

Public Member Functions

 AttributeOperand (NodeId nodeId, std::string_view alias, RelativePath browsePath, AttributeId attributeId, std::string_view indexRange={})
 
const NodeIdgetNodeId () const noexcept
 
NodeIdgetNodeId () noexcept
 
const StringgetAlias () const noexcept
 
StringgetAlias () noexcept
 
const RelativePathgetBrowsePath () const noexcept
 
RelativePathgetBrowsePath () noexcept
 
AttributeId getAttributeId () const noexcept
 
const StringgetIndexRange () const noexcept
 
StringgetIndexRange () 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_AttributeOperand, UA_TYPES_ATTRIBUTEOPERAND >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_AttributeOperand &native)
 
constexpr TypeWrapper (UA_AttributeOperand &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_AttributeOperand &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_AttributeOperand &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_AttributeOperand &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_AttributeOperand >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_AttributeOperand &native)
 
constexpr Wrapper (UA_AttributeOperand &&native) noexcept
 
constexpr operator UA_AttributeOperand & () noexcept
 
constexpr operator const UA_AttributeOperand & () const noexcept
 
constexpr UA_AttributeOperandoperator-> () noexcept
 
constexpr const UA_AttributeOperandoperator-> () const noexcept
 
constexpr UA_AttributeOperandhandle () noexcept
 
constexpr const UA_AttributeOperandhandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ AttributeOperand()

opcua::AttributeOperand::AttributeOperand ( NodeId nodeId,
std::string_view alias,
RelativePath browsePath,
AttributeId attributeId,
std::string_view indexRange = {} )
inline

Definition at line 1612 of file types_composed.hpp.

Member Function Documentation

◆ getNodeId() [1/2]

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

Definition at line 1626 of file types_composed.hpp.

◆ getNodeId() [2/2]

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

Definition at line 1626 of file types_composed.hpp.

◆ getAlias() [1/2]

const String & opcua::AttributeOperand::getAlias ( ) const
inlinenoexcept

Definition at line 1627 of file types_composed.hpp.

◆ getAlias() [2/2]

String & opcua::AttributeOperand::getAlias ( )
inlinenoexcept

Definition at line 1627 of file types_composed.hpp.

◆ getBrowsePath() [1/2]

const RelativePath & opcua::AttributeOperand::getBrowsePath ( ) const
inlinenoexcept

Definition at line 1628 of file types_composed.hpp.

◆ getBrowsePath() [2/2]

RelativePath & opcua::AttributeOperand::getBrowsePath ( )
inlinenoexcept

Definition at line 1628 of file types_composed.hpp.

◆ getAttributeId()

AttributeId opcua::AttributeOperand::getAttributeId ( ) const
inlinenoexcept

Definition at line 1629 of file types_composed.hpp.

◆ getIndexRange() [1/2]

const String & opcua::AttributeOperand::getIndexRange ( ) const
inlinenoexcept

Definition at line 1630 of file types_composed.hpp.

◆ getIndexRange() [2/2]

String & opcua::AttributeOperand::getIndexRange ( )
inlinenoexcept

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