open62541pp 0.18.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_EndpointDescription wrapper class.
Public Member Functions | |
const String & | endpointUrl () const noexcept |
const String & | getEndpointUrl () const noexcept |
String & | endpointUrl () noexcept |
String & | getEndpointUrl () noexcept |
const ApplicationDescription & | server () const noexcept |
const ApplicationDescription & | getServer () const noexcept |
ApplicationDescription & | server () noexcept |
ApplicationDescription & | getServer () noexcept |
const ByteString & | serverCertificate () const noexcept |
const ByteString & | getServerCertificate () const noexcept |
ByteString & | serverCertificate () noexcept |
ByteString & | getServerCertificate () noexcept |
MessageSecurityMode | securityMode () const noexcept |
MessageSecurityMode | getSecurityMode () const noexcept |
const String & | securityPolicyUri () const noexcept |
const String & | getSecurityPolicyUri () const noexcept |
String & | securityPolicyUri () noexcept |
String & | getSecurityPolicyUri () noexcept |
Span< const UserTokenPolicy > | userIdentityTokens () const noexcept |
Span< UserTokenPolicy > | userIdentityTokens () noexcept |
Span< const UserTokenPolicy > | getUserIdentityTokens () const noexcept |
Span< UserTokenPolicy > | getUserIdentityTokens () noexcept |
const String & | transportProfileUri () const noexcept |
const String & | getTransportProfileUri () const noexcept |
String & | transportProfileUri () noexcept |
String & | getTransportProfileUri () noexcept |
UA_Byte | securityLevel () const noexcept |
UA_Byte | getSecurityLevel () 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_EndpointDescription &native) |
constexpr | TypeWrapper (UA_EndpointDescription &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_EndpointDescription &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_EndpointDescription &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const T &native) noexcept |
constexpr | Wrapper (T &&native) noexcept |
constexpr Wrapper & | operator= (const T &native) noexcept |
constexpr Wrapper & | operator= (T &&native) noexcept |
constexpr | operator T& () noexcept |
constexpr | operator const T & () const noexcept |
constexpr T * | operator-> () noexcept |
constexpr const T * | operator-> () const noexcept |
constexpr T * | handle () noexcept |
constexpr const T * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (T &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType = T |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const T & | native () const noexcept |
constexpr T & | native () noexcept |
![]() | |
String | toString (const UA_EndpointDescription &object, const UA_DataType &type) |
String | toString (const UA_EndpointDescription &object) |
![]() | |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
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 |
|
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.