open62541pp 0.19.0
C++ wrapper of open62541
|
This is the complete list of members for opcua::NodeId, including all inherited members.
asNative(T *wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(const T *wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(T &wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(const T &wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(typename T::NativeType *native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(const typename T::NativeType *native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(typename T::NativeType &native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(const typename T::NativeType &native) noexcept | opcua::Wrapper< T, Handler > | related |
clear() noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
handle() noexcept | opcua::Wrapper< T, Handler > | inline |
handle() const noexcept | opcua::Wrapper< T, Handler > | inline |
HandlerType typedef | opcua::Wrapper< T, Handler > | |
hash() const noexcept | opcua::NodeId | inline |
identifier() | opcua::NodeId | inline |
identifier() const | opcua::NodeId | inline |
identifierIf() noexcept | opcua::NodeId | inline |
identifierIf() const noexcept | opcua::NodeId | inline |
identifierType() const noexcept | opcua::NodeId | inline |
isNull() const noexcept | opcua::NodeId | inline |
namespaceIndex() const noexcept | opcua::NodeId | inline |
native() const noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
native() noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
NativeType typedef | opcua::Wrapper< T, Handler > | |
NodeId(NamespaceIndex namespaceIndex, uint32_t identifier) noexcept | opcua::NodeId | inline |
NodeId(NamespaceIndex namespaceIndex, std::string_view identifier) | opcua::NodeId | inline |
NodeId(NamespaceIndex namespaceIndex, Guid identifier) noexcept | opcua::NodeId | inline |
NodeId(NamespaceIndex namespaceIndex, ByteString identifier) noexcept | opcua::NodeId | inline |
NodeId(T identifier) noexcept | opcua::NodeId | inline |
operator const T &() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator T&() noexcept | opcua::Wrapper< T, Handler > | inline |
operator!=(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
operator->() noexcept | opcua::Wrapper< T, Handler > | inline |
operator->() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator<(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
operator<=(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
operator=(const Wrapper &other) | opcua::Wrapper< T, Handler > | inline |
operator=(const T &native) | opcua::Wrapper< T, Handler > | inline |
operator=(Wrapper &&other) noexcept | opcua::Wrapper< T, Handler > | inline |
operator=(T &&native) noexcept | opcua::Wrapper< T, Handler > | inline |
operator==(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
operator>(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
operator>=(const UA_NodeId &lhs, const UA_NodeId &rhs) noexcept | opcua::NodeId | related |
parse(std::string_view str) | opcua::NodeId | inlinestatic |
swap(Wrapper &other) noexcept | opcua::Wrapper< T, Handler > | inline |
swap(T &native) noexcept | opcua::Wrapper< T, Handler > | inline |
toString() const | opcua::NodeId | |
Wrapper() noexcept=default | opcua::NodeId | |
Wrapper(const Wrapper &other) | opcua::NodeId | inline |
Wrapper(const T &native) | opcua::NodeId | inlineexplicit |
Wrapper(Wrapper &&other) noexcept | opcua::NodeId | inline |
Wrapper(T &&native) noexcept | opcua::NodeId | inline |
~Wrapper() noexcept=default | opcua::Wrapper< T, Handler > |