#include <types.hpp>
|
using | NativeType = T |
|
using | HandlerType = Handler |
|
constexpr const T & | native () const noexcept |
|
constexpr T & | native () noexcept |
|
constexpr void | clear () noexcept |
|
template<typename T > |
constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr T::NativeType * | asNative (T *wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
|
template<typename T > |
constexpr T::NativeType & | asNative (T &wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
|
◆ BuildInfo()
opcua::ua::BuildInfo::BuildInfo |
( |
std::string_view |
productUri, |
|
|
std::string_view |
manufacturerName, |
|
|
std::string_view |
productName, |
|
|
std::string_view |
softwareVersion, |
|
|
std::string_view |
buildNumber, |
|
|
DateTime |
buildDate |
|
) |
| |
|
inline |
◆ buildDate() [1/2]
const DateTime & opcua::ua::BuildInfo::buildDate |
( |
| ) |
const |
|
inlinenoexcept |
◆ buildDate() [2/2]
DateTime & opcua::ua::BuildInfo::buildDate |
( |
| ) |
|
|
inlinenoexcept |
◆ buildNumber() [1/2]
const String & opcua::ua::BuildInfo::buildNumber |
( |
| ) |
const |
|
inlinenoexcept |
◆ buildNumber() [2/2]
String & opcua::ua::BuildInfo::buildNumber |
( |
| ) |
|
|
inlinenoexcept |
◆ manufacturerName() [1/2]
const String & opcua::ua::BuildInfo::manufacturerName |
( |
| ) |
const |
|
inlinenoexcept |
◆ manufacturerName() [2/2]
String & opcua::ua::BuildInfo::manufacturerName |
( |
| ) |
|
|
inlinenoexcept |
◆ productName() [1/2]
const String & opcua::ua::BuildInfo::productName |
( |
| ) |
const |
|
inlinenoexcept |
◆ productName() [2/2]
String & opcua::ua::BuildInfo::productName |
( |
| ) |
|
|
inlinenoexcept |
◆ productUri() [1/2]
const String & opcua::ua::BuildInfo::productUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ productUri() [2/2]
String & opcua::ua::BuildInfo::productUri |
( |
| ) |
|
|
inlinenoexcept |
◆ softwareVersion() [1/2]
const String & opcua::ua::BuildInfo::softwareVersion |
( |
| ) |
const |
|
inlinenoexcept |
◆ softwareVersion() [2/2]
String & opcua::ua::BuildInfo::softwareVersion |
( |
| ) |
|
|
inlinenoexcept |
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]