#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 |
|
◆ endpointUrl() [1/2]
const String & opcua::ua::EndpointDescription::endpointUrl |
( |
| ) |
const |
|
inlinenoexcept |
◆ endpointUrl() [2/2]
String & opcua::ua::EndpointDescription::endpointUrl |
( |
| ) |
|
|
inlinenoexcept |
◆ securityLevel()
UA_Byte opcua::ua::EndpointDescription::securityLevel |
( |
| ) |
const |
|
inlinenoexcept |
◆ securityMode()
◆ securityPolicyUri() [1/2]
const String & opcua::ua::EndpointDescription::securityPolicyUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ securityPolicyUri() [2/2]
String & opcua::ua::EndpointDescription::securityPolicyUri |
( |
| ) |
|
|
inlinenoexcept |
◆ server() [1/2]
◆ server() [2/2]
◆ serverCertificate() [1/2]
const ByteString & opcua::ua::EndpointDescription::serverCertificate |
( |
| ) |
const |
|
inlinenoexcept |
◆ serverCertificate() [2/2]
ByteString & opcua::ua::EndpointDescription::serverCertificate |
( |
| ) |
|
|
inlinenoexcept |
◆ transportProfileUri() [1/2]
const String & opcua::ua::EndpointDescription::transportProfileUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ transportProfileUri() [2/2]
String & opcua::ua::EndpointDescription::transportProfileUri |
( |
| ) |
|
|
inlinenoexcept |
◆ userIdentityTokens() [1/2]
◆ userIdentityTokens() [2/2]
◆ 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]