open62541pp 0.19.0
C++ wrapper of open62541
|
This is the complete list of members for opcua::ExpandedNodeId, 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 |
ExpandedNodeId(NodeId id) noexcept | opcua::ExpandedNodeId | inlineexplicit |
ExpandedNodeId(NodeId id, std::string_view namespaceUri, uint32_t serverIndex) | opcua::ExpandedNodeId | inline |
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::ExpandedNodeId | inline |
isLocal() const noexcept | opcua::ExpandedNodeId | inline |
namespaceUri() const | opcua::ExpandedNodeId | inline |
native() const noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
native() noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
NativeType typedef | opcua::Wrapper< T, Handler > | |
nodeId() noexcept | opcua::ExpandedNodeId | inline |
nodeId() const noexcept | opcua::ExpandedNodeId | inline |
operator const T &() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator T&() noexcept | opcua::Wrapper< T, Handler > | inline |
operator!=(const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | related |
operator->() noexcept | opcua::Wrapper< T, Handler > | inline |
operator->() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator<(const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | related |
operator<=(const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | 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_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | related |
operator>(const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | related |
operator>=(const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept | opcua::ExpandedNodeId | related |
parse(std::string_view str) | opcua::ExpandedNodeId | inlinestatic |
serverIndex() const noexcept | opcua::ExpandedNodeId | inline |
swap(Wrapper &other) noexcept | opcua::Wrapper< T, Handler > | inline |
swap(T &native) noexcept | opcua::Wrapper< T, Handler > | inline |
toString() const | opcua::ExpandedNodeId | |
Wrapper() noexcept=default | opcua::ExpandedNodeId | |
Wrapper(const Wrapper &other) | opcua::ExpandedNodeId | inline |
Wrapper(const T &native) | opcua::ExpandedNodeId | inlineexplicit |
Wrapper(Wrapper &&other) noexcept | opcua::ExpandedNodeId | inline |
Wrapper(T &&native) noexcept | opcua::ExpandedNodeId | inline |
~Wrapper() noexcept=default | opcua::Wrapper< T, Handler > |