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

#include <types.hpp>

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

Detailed Description

UA_ReadValueId wrapper class.

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

Definition at line 1425 of file types.hpp.

Public Member Functions

 ReadValueId (NodeId nodeId, AttributeId attributeId, std::string_view indexRange={}, QualifiedName dataEncoding={})
 
const NodeIdnodeId () const noexcept
 
const NodeIdgetNodeId () const noexcept
 
NodeIdnodeId () noexcept
 
NodeIdgetNodeId () noexcept
 
AttributeId attributeId () const noexcept
 
AttributeId getAttributeId () const noexcept
 
const StringindexRange () const noexcept
 
const StringgetIndexRange () const noexcept
 
StringindexRange () noexcept
 
StringgetIndexRange () noexcept
 
const QualifiedNamedataEncoding () const noexcept
 
const QualifiedNamegetDataEncoding () const noexcept
 
QualifiedNamedataEncoding () noexcept
 
QualifiedNamegetDataEncoding () 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_ReadValueId, UA_TYPES_READVALUEID >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ReadValueId &native)
 
constexpr TypeWrapper (UA_ReadValueId &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ReadValueId &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ReadValueId &&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_ReadValueId, UA_TYPES_READVALUEID >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ReadValueId, UA_TYPES_READVALUEID >
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

◆ ReadValueId()

opcua::ua::ReadValueId::ReadValueId ( NodeId  nodeId,
AttributeId  attributeId,
std::string_view  indexRange = {},
QualifiedName  dataEncoding = {} 
)
inline

Definition at line 1429 of file types.hpp.

Member Function Documentation

◆ nodeId() [1/2]

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

Definition at line 1441 of file types.hpp.

◆ getNodeId() [1/2]

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

Definition at line 1441 of file types.hpp.

◆ nodeId() [2/2]

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

Definition at line 1441 of file types.hpp.

◆ getNodeId() [2/2]

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

Definition at line 1441 of file types.hpp.

◆ attributeId()

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

Definition at line 1442 of file types.hpp.

◆ getAttributeId()

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

Definition at line 1442 of file types.hpp.

◆ indexRange() [1/2]

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

Definition at line 1443 of file types.hpp.

◆ getIndexRange() [1/2]

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

Definition at line 1443 of file types.hpp.

◆ indexRange() [2/2]

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

Definition at line 1443 of file types.hpp.

◆ getIndexRange() [2/2]

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

Definition at line 1443 of file types.hpp.

◆ dataEncoding() [1/2]

const QualifiedName & opcua::ua::ReadValueId::dataEncoding ( ) const
inlinenoexcept

Definition at line 1444 of file types.hpp.

◆ getDataEncoding() [1/2]

const QualifiedName & opcua::ua::ReadValueId::getDataEncoding ( ) const
inlinenoexcept
Deprecated:
Use dataEncoding instead

Definition at line 1444 of file types.hpp.

◆ dataEncoding() [2/2]

QualifiedName & opcua::ua::ReadValueId::dataEncoding ( )
inlinenoexcept

Definition at line 1444 of file types.hpp.

◆ getDataEncoding() [2/2]

QualifiedName & opcua::ua::ReadValueId::getDataEncoding ( )
inlinenoexcept
Deprecated:
Use dataEncoding instead

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