open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_StructureField wrapper class.
Public Member Functions | |
const String & | name () const noexcept |
const String & | getName () const noexcept |
String & | name () noexcept |
String & | getName () noexcept |
const LocalizedText & | description () const noexcept |
const LocalizedText & | getDescription () const noexcept |
LocalizedText & | description () noexcept |
LocalizedText & | getDescription () noexcept |
const NodeId & | dataType () const noexcept |
const NodeId & | getDataType () const noexcept |
NodeId & | dataType () noexcept |
NodeId & | getDataType () noexcept |
ValueRank | valueRank () const noexcept |
ValueRank | getValueRank () const noexcept |
Span< const uint32_t > | arrayDimensions () const noexcept |
Span< uint32_t > | arrayDimensions () noexcept |
Span< const uint32_t > | getArrayDimensions () const noexcept |
Span< uint32_t > | getArrayDimensions () noexcept |
uint32_t | maxStringLength () const noexcept |
uint32_t | getMaxStringLength () const noexcept |
bool | isOptional () const noexcept |
bool | getIsOptional () const 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 |
![]() | |
constexpr | TypeWrapper () noexcept=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 TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_StructureField &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_StructureField &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_StructureField &native) noexcept |
constexpr | Wrapper (UA_StructureField &&native) noexcept |
constexpr Wrapper & | operator= (const UA_StructureField &native) noexcept |
constexpr Wrapper & | operator= (UA_StructureField &&native) noexcept |
constexpr | operator UA_StructureField & () noexcept |
constexpr | operator const UA_StructureField & () const noexcept |
constexpr UA_StructureField * | operator-> () noexcept |
constexpr const UA_StructureField * | operator-> () const noexcept |
constexpr UA_StructureField * | handle () noexcept |
constexpr const UA_StructureField * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_StructureField &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_StructureField & | native () const noexcept |
constexpr UA_StructureField & | native () noexcept |
![]() | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
constexpr const NativeType & | asNative (const WrapperType &wrapper) noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
constexprdefaultnoexcept |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 31 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 35 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 43 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 47 of file typewrapper.hpp.