open62541pp 0.16.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_IssuedIdentityToken wrapper class.
Definition at line 648 of file types_composed.hpp.
Public Member Functions | |
IssuedIdentityToken (ByteString tokenData, std::string_view encryptionAlgorithm={}) | |
const String & | getPolicyId () const noexcept |
String & | getPolicyId () noexcept |
const ByteString & | getTokenData () const noexcept |
ByteString & | getTokenData () noexcept |
const String & | getEncryptionAlgorithm () const noexcept |
String & | getEncryptionAlgorithm () noexcept |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const T &native) |
constexpr | TypeWrapper (T &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
Public Member Functions inherited from opcua::TypeWrapper< UA_IssuedIdentityToken, UA_TYPES_ISSUEDIDENTITYTOKEN > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_IssuedIdentityToken &native) |
constexpr | TypeWrapper (UA_IssuedIdentityToken &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_IssuedIdentityToken &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_IssuedIdentityToken &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_IssuedIdentityToken &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_IssuedIdentityToken > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_IssuedIdentityToken &native) |
constexpr | Wrapper (UA_IssuedIdentityToken &&native) noexcept |
constexpr | operator UA_IssuedIdentityToken & () noexcept |
constexpr | operator const UA_IssuedIdentityToken & () const noexcept |
constexpr UA_IssuedIdentityToken * | operator-> () noexcept |
constexpr const UA_IssuedIdentityToken * | operator-> () const noexcept |
constexpr UA_IssuedIdentityToken * | handle () noexcept |
constexpr const UA_IssuedIdentityToken * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_IssuedIdentityToken > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_IssuedIdentityToken, UA_TYPES_ISSUEDIDENTITYTOKEN > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_IssuedIdentityToken, UA_TYPES_ISSUEDIDENTITYTOKEN > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_IssuedIdentityToken > | |
constexpr const UA_IssuedIdentityToken & | native () const noexcept |
constexpr UA_IssuedIdentityToken & | native () noexcept |
|
inlineexplicit |
Definition at line 653 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 658 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 658 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 659 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 659 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 660 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 660 of file types_composed.hpp.
|
constexprdefault |
|
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.