#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 |
|
◆ UserTokenPolicy()
opcua::ua::UserTokenPolicy::UserTokenPolicy |
( |
std::string_view |
policyId, |
|
|
UserTokenType |
tokenType, |
|
|
std::string_view |
issuedTokenType, |
|
|
std::string_view |
issuerEndpointUrl, |
|
|
std::string_view |
securityPolicyUri |
|
) |
| |
|
inline |
◆ issuedTokenType() [1/2]
const String & opcua::ua::UserTokenPolicy::issuedTokenType |
( |
| ) |
const |
|
inlinenoexcept |
◆ issuedTokenType() [2/2]
String & opcua::ua::UserTokenPolicy::issuedTokenType |
( |
| ) |
|
|
inlinenoexcept |
◆ issuerEndpointUrl() [1/2]
const String & opcua::ua::UserTokenPolicy::issuerEndpointUrl |
( |
| ) |
const |
|
inlinenoexcept |
◆ issuerEndpointUrl() [2/2]
String & opcua::ua::UserTokenPolicy::issuerEndpointUrl |
( |
| ) |
|
|
inlinenoexcept |
◆ policyId() [1/2]
const String & opcua::ua::UserTokenPolicy::policyId |
( |
| ) |
const |
|
inlinenoexcept |
◆ policyId() [2/2]
String & opcua::ua::UserTokenPolicy::policyId |
( |
| ) |
|
|
inlinenoexcept |
◆ securityPolicyUri() [1/2]
const String & opcua::ua::UserTokenPolicy::securityPolicyUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ securityPolicyUri() [2/2]
String & opcua::ua::UserTokenPolicy::securityPolicyUri |
( |
| ) |
|
|
inlinenoexcept |
◆ tokenType()
◆ 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]