Go to the source code of this file.
|
| template<typename T > |
| constexpr T * | opcua::asWrapper (typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr const T * | opcua::asWrapper (const typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr T & | opcua::asWrapper (typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr const T & | opcua::asWrapper (const typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType * | opcua::asNative (T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType * | opcua::asNative (const T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType & | opcua::asNative (T &wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType & | opcua::asNative (const T &wrapper) noexcept |
| |