open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_BuildInfo wrapper class.
Public Member Functions | |
BuildInfo (std::string_view productUri, std::string_view manufacturerName, std::string_view productName, std::string_view softwareVersion, std::string_view buildNumber, DateTime buildDate) | |
const String & | productUri () const noexcept |
const String & | getProductUri () const noexcept |
String & | productUri () noexcept |
String & | getProductUri () noexcept |
const String & | manufacturerName () const noexcept |
const String & | getManufacturerName () const noexcept |
String & | manufacturerName () noexcept |
String & | getManufacturerName () noexcept |
const String & | productName () const noexcept |
const String & | getProductName () const noexcept |
String & | productName () noexcept |
String & | getProductName () noexcept |
const String & | softwareVersion () const noexcept |
const String & | getSoftwareVersion () const noexcept |
String & | softwareVersion () noexcept |
String & | getSoftwareVersion () noexcept |
const String & | buildNumber () const noexcept |
const String & | getBuildNumber () const noexcept |
String & | buildNumber () noexcept |
String & | getBuildNumber () noexcept |
const DateTime & | buildDate () const noexcept |
const DateTime & | getBuildDate () const noexcept |
DateTime & | buildDate () noexcept |
DateTime & | getBuildDate () 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_BuildInfo &native) |
constexpr | TypeWrapper (UA_BuildInfo &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_BuildInfo &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_BuildInfo &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_BuildInfo &native) noexcept |
constexpr | Wrapper (UA_BuildInfo &&native) noexcept |
constexpr Wrapper & | operator= (const UA_BuildInfo &native) noexcept |
constexpr Wrapper & | operator= (UA_BuildInfo &&native) noexcept |
constexpr | operator UA_BuildInfo & () noexcept |
constexpr | operator const UA_BuildInfo & () const noexcept |
constexpr UA_BuildInfo * | operator-> () noexcept |
constexpr const UA_BuildInfo * | operator-> () const noexcept |
constexpr UA_BuildInfo * | handle () noexcept |
constexpr const UA_BuildInfo * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_BuildInfo &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_BuildInfo & | native () const noexcept |
constexpr UA_BuildInfo & | 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 |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
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.