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

#include <types.hpp>

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

Detailed Description

UA_SimpleAttributeOperand wrapper class.

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

Definition at line 1805 of file types.hpp.

Public Member Functions

 SimpleAttributeOperand (NodeId typeDefinitionId, Span< const QualifiedName > browsePath, AttributeId attributeId, std::string_view indexRange={})
 
const NodeIdtypeDefinitionId () const noexcept
 
const NodeIdgetTypeDefinitionId () const noexcept
 
NodeIdtypeDefinitionId () noexcept
 
NodeIdgetTypeDefinitionId () noexcept
 
Span< const QualifiedNamebrowsePath () const noexcept
 
Span< QualifiedNamebrowsePath () noexcept
 
Span< const QualifiedNamegetBrowsePath () const noexcept
 
Span< QualifiedNamegetBrowsePath () 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_SimpleAttributeOperand, UA_TYPES_SIMPLEATTRIBUTEOPERAND >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_SimpleAttributeOperand &native)
 
constexpr TypeWrapper (UA_SimpleAttributeOperand &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_SimpleAttributeOperand &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_SimpleAttributeOperand &&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_SimpleAttributeOperand, UA_TYPES_SIMPLEATTRIBUTEOPERAND >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_SimpleAttributeOperand, UA_TYPES_SIMPLEATTRIBUTEOPERAND >
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

◆ SimpleAttributeOperand()

opcua::ua::SimpleAttributeOperand::SimpleAttributeOperand ( NodeId  typeDefinitionId,
Span< const QualifiedName browsePath,
AttributeId  attributeId,
std::string_view  indexRange = {} 
)
inline

Definition at line 1810 of file types.hpp.

Member Function Documentation

◆ typeDefinitionId() [1/2]

const NodeId & opcua::ua::SimpleAttributeOperand::typeDefinitionId ( ) const
inlinenoexcept

Definition at line 1823 of file types.hpp.

◆ getTypeDefinitionId() [1/2]

const NodeId & opcua::ua::SimpleAttributeOperand::getTypeDefinitionId ( ) const
inlinenoexcept
Deprecated:
Use typeDefinitionId instead

Definition at line 1823 of file types.hpp.

◆ typeDefinitionId() [2/2]

NodeId & opcua::ua::SimpleAttributeOperand::typeDefinitionId ( )
inlinenoexcept

Definition at line 1823 of file types.hpp.

◆ getTypeDefinitionId() [2/2]

NodeId & opcua::ua::SimpleAttributeOperand::getTypeDefinitionId ( )
inlinenoexcept
Deprecated:
Use typeDefinitionId instead

Definition at line 1823 of file types.hpp.

◆ browsePath() [1/2]

Span< const QualifiedName > opcua::ua::SimpleAttributeOperand::browsePath ( ) const
inlinenoexcept

Definition at line 1824 of file types.hpp.

◆ browsePath() [2/2]

Span< QualifiedName > opcua::ua::SimpleAttributeOperand::browsePath ( )
inlinenoexcept

Definition at line 1824 of file types.hpp.

◆ getBrowsePath() [1/2]

Span< const QualifiedName > opcua::ua::SimpleAttributeOperand::getBrowsePath ( ) const
inlinenoexcept
Deprecated:
Use browsePath instead

Definition at line 1824 of file types.hpp.

◆ getBrowsePath() [2/2]

Span< QualifiedName > opcua::ua::SimpleAttributeOperand::getBrowsePath ( )
inlinenoexcept
Deprecated:
Use browsePath instead

Definition at line 1824 of file types.hpp.

◆ attributeId()

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

Definition at line 1825 of file types.hpp.

◆ getAttributeId()

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

Definition at line 1825 of file types.hpp.

◆ indexRange() [1/2]

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

Definition at line 1826 of file types.hpp.

◆ getIndexRange() [1/2]

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

Definition at line 1826 of file types.hpp.

◆ indexRange() [2/2]

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

Definition at line 1826 of file types.hpp.

◆ getIndexRange() [2/2]

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

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