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

#include <types.hpp>

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

Detailed Description

UA_AttributeOperand wrapper class.

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

Definition at line 1776 of file types.hpp.

Public Member Functions

 AttributeOperand (NodeId nodeId, std::string_view alias, RelativePath browsePath, AttributeId attributeId, std::string_view indexRange={})
 
const NodeIdnodeId () const noexcept
 
const NodeIdgetNodeId () const noexcept
 
NodeIdnodeId () noexcept
 
NodeIdgetNodeId () noexcept
 
const Stringalias () const noexcept
 
const StringgetAlias () const noexcept
 
Stringalias () noexcept
 
StringgetAlias () noexcept
 
const RelativePathbrowsePath () const noexcept
 
const RelativePathgetBrowsePath () const noexcept
 
RelativePathbrowsePath () noexcept
 
RelativePathgetBrowsePath () noexcept
 
AttributeId attributeId () const noexcept
 
AttributeId getAttributeId () const noexcept
 
const StringindexRange () const noexcept
 
const StringgetIndexRange () const noexcept
 
StringindexRange () noexcept
 
StringgetIndexRange () 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_AttributeOperand, UA_TYPES_ATTRIBUTEOPERAND >
constexpr TypeWrapper () noexcept=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
 
- 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_AttributeOperand, UA_TYPES_ATTRIBUTEOPERAND >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_AttributeOperand, UA_TYPES_ATTRIBUTEOPERAND >
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

◆ AttributeOperand()

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

Definition at line 1780 of file types.hpp.

Member Function Documentation

◆ nodeId() [1/2]

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

Definition at line 1794 of file types.hpp.

◆ getNodeId() [1/2]

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

Definition at line 1794 of file types.hpp.

◆ nodeId() [2/2]

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

Definition at line 1794 of file types.hpp.

◆ getNodeId() [2/2]

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

Definition at line 1794 of file types.hpp.

◆ alias() [1/2]

const String & opcua::ua::AttributeOperand::alias ( ) const
inlinenoexcept

Definition at line 1795 of file types.hpp.

◆ getAlias() [1/2]

const String & opcua::ua::AttributeOperand::getAlias ( ) const
inlinenoexcept
Deprecated:
Use alias instead

Definition at line 1795 of file types.hpp.

◆ alias() [2/2]

String & opcua::ua::AttributeOperand::alias ( )
inlinenoexcept

Definition at line 1795 of file types.hpp.

◆ getAlias() [2/2]

String & opcua::ua::AttributeOperand::getAlias ( )
inlinenoexcept
Deprecated:
Use alias instead

Definition at line 1795 of file types.hpp.

◆ browsePath() [1/2]

const RelativePath & opcua::ua::AttributeOperand::browsePath ( ) const
inlinenoexcept

Definition at line 1796 of file types.hpp.

◆ getBrowsePath() [1/2]

const RelativePath & opcua::ua::AttributeOperand::getBrowsePath ( ) const
inlinenoexcept
Deprecated:
Use browsePath instead

Definition at line 1796 of file types.hpp.

◆ browsePath() [2/2]

RelativePath & opcua::ua::AttributeOperand::browsePath ( )
inlinenoexcept

Definition at line 1796 of file types.hpp.

◆ getBrowsePath() [2/2]

RelativePath & opcua::ua::AttributeOperand::getBrowsePath ( )
inlinenoexcept
Deprecated:
Use browsePath instead

Definition at line 1796 of file types.hpp.

◆ attributeId()

AttributeId opcua::ua::AttributeOperand::attributeId ( ) const
inlinenoexcept

Definition at line 1797 of file types.hpp.

◆ getAttributeId()

AttributeId opcua::ua::AttributeOperand::getAttributeId ( ) const
inlinenoexcept
Deprecated:
Use attributeId instead

Definition at line 1797 of file types.hpp.

◆ indexRange() [1/2]

const String & opcua::ua::AttributeOperand::indexRange ( ) const
inlinenoexcept

Definition at line 1798 of file types.hpp.

◆ getIndexRange() [1/2]

const String & opcua::ua::AttributeOperand::getIndexRange ( ) const
inlinenoexcept
Deprecated:
Use indexRange instead

Definition at line 1798 of file types.hpp.

◆ indexRange() [2/2]

String & opcua::ua::AttributeOperand::indexRange ( )
inlinenoexcept

Definition at line 1798 of file types.hpp.

◆ getIndexRange() [2/2]

String & opcua::ua::AttributeOperand::getIndexRange ( )
inlinenoexcept
Deprecated:
Use indexRange instead

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