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

#include <types_composed.hpp>

Inheritance diagram for opcua::StructureField:
[legend]

Detailed Description

Public Member Functions

const StringgetName () const noexcept
 
StringgetName () noexcept
 
const LocalizedTextgetDescription () const noexcept
 
LocalizedTextgetDescription () noexcept
 
const NodeIdgetDataType () const noexcept
 
NodeIdgetDataType () noexcept
 
ValueRank getValueRank () const noexcept
 
Span< const uint32_t > getArrayDimensions () const noexcept
 
Span< uint32_t > getArrayDimensions () noexcept
 
uint32_t getMaxStringLength () const noexcept
 
bool getIsOptional () const 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_StructureField, UA_TYPES_STRUCTUREFIELD >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_StructureField &native)
 
constexpr TypeWrapper (UA_StructureField &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_StructureField &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_StructureField &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_StructureField &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_StructureField >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_StructureField &native)
 
constexpr Wrapper (UA_StructureField &&native) noexcept
 
constexpr operator UA_StructureField & () noexcept
 
constexpr operator const UA_StructureField & () const noexcept
 
constexpr UA_StructureFieldoperator-> () noexcept
 
constexpr const UA_StructureFieldoperator-> () const noexcept
 
constexpr UA_StructureFieldhandle () noexcept
 
constexpr const UA_StructureFieldhandle () const noexcept
 

Additional Inherited Members

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

Member Function Documentation

◆ getName() [1/2]

const String & opcua::StructureField::getName ( ) const
inlinenoexcept

Definition at line 2423 of file types_composed.hpp.

◆ getName() [2/2]

String & opcua::StructureField::getName ( )
inlinenoexcept

Definition at line 2423 of file types_composed.hpp.

◆ getDescription() [1/2]

const LocalizedText & opcua::StructureField::getDescription ( ) const
inlinenoexcept

Definition at line 2424 of file types_composed.hpp.

◆ getDescription() [2/2]

LocalizedText & opcua::StructureField::getDescription ( )
inlinenoexcept

Definition at line 2424 of file types_composed.hpp.

◆ getDataType() [1/2]

const NodeId & opcua::StructureField::getDataType ( ) const
inlinenoexcept

Definition at line 2425 of file types_composed.hpp.

◆ getDataType() [2/2]

NodeId & opcua::StructureField::getDataType ( )
inlinenoexcept

Definition at line 2425 of file types_composed.hpp.

◆ getValueRank()

ValueRank opcua::StructureField::getValueRank ( ) const
inlinenoexcept

Definition at line 2426 of file types_composed.hpp.

◆ getArrayDimensions() [1/2]

Span< const uint32_t > opcua::StructureField::getArrayDimensions ( ) const
inlinenoexcept

Definition at line 2427 of file types_composed.hpp.

◆ getArrayDimensions() [2/2]

Span< uint32_t > opcua::StructureField::getArrayDimensions ( )
inlinenoexcept

Definition at line 2427 of file types_composed.hpp.

◆ getMaxStringLength()

uint32_t opcua::StructureField::getMaxStringLength ( ) const
inlinenoexcept

Definition at line 2428 of file types_composed.hpp.

◆ getIsOptional()

bool opcua::StructureField::getIsOptional ( ) const
inlinenoexcept

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