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

#include <types_composed.hpp>

Inheritance diagram for opcua::WriteValue:
[legend]

Detailed Description

Public Member Functions

 WriteValue (NodeId nodeId, AttributeId attributeId, std::string_view indexRange, DataValue value)
 
const NodeIdgetNodeId () const noexcept
 
NodeIdgetNodeId () noexcept
 
AttributeId getAttributeId () const noexcept
 
const StringgetIndexRange () const noexcept
 
StringgetIndexRange () noexcept
 
const DataValuegetValue () const noexcept
 
DataValuegetValue () 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_WriteValue, UA_TYPES_WRITEVALUE >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_WriteValue &native)
 
constexpr TypeWrapper (UA_WriteValue &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_WriteValue &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_WriteValue &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_WriteValue &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_WriteValue >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_WriteValue &native)
 
constexpr Wrapper (UA_WriteValue &&native) noexcept
 
constexpr operator UA_WriteValue & () noexcept
 
constexpr operator const UA_WriteValue & () const noexcept
 
constexpr UA_WriteValueoperator-> () noexcept
 
constexpr const UA_WriteValueoperator-> () const noexcept
 
constexpr UA_WriteValuehandle () noexcept
 
constexpr const UA_WriteValuehandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ WriteValue()

opcua::WriteValue::WriteValue ( NodeId nodeId,
AttributeId attributeId,
std::string_view indexRange,
DataValue value )
inline

Definition at line 1376 of file types_composed.hpp.

Member Function Documentation

◆ getNodeId() [1/2]

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

Definition at line 1385 of file types_composed.hpp.

◆ getNodeId() [2/2]

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

Definition at line 1385 of file types_composed.hpp.

◆ getAttributeId()

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

Definition at line 1386 of file types_composed.hpp.

◆ getIndexRange() [1/2]

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

Definition at line 1387 of file types_composed.hpp.

◆ getIndexRange() [2/2]

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

Definition at line 1387 of file types_composed.hpp.

◆ getValue() [1/2]

const DataValue & opcua::WriteValue::getValue ( ) const
inlinenoexcept

Definition at line 1388 of file types_composed.hpp.

◆ getValue() [2/2]

DataValue & opcua::WriteValue::getValue ( )
inlinenoexcept

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