open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
wrapper.hpp File Reference
#include <type_traits>
Include dependency graph for wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opcua::Wrapper< T >
 
struct  opcua::detail::IsWrapper< T >
 
struct  opcua::detail::WrapperConversion< WrapperType >
 

Namespaces

namespace  opcua
 
namespace  opcua::detail
 

Functions

template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr WrapperType * opcua::asWrapper (NativeType *native) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr const WrapperType * opcua::asWrapper (const NativeType *native) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr WrapperType & opcua::asWrapper (NativeType &native) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr const WrapperType & opcua::asWrapper (const NativeType &native) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr NativeType * opcua::asNative (WrapperType *wrapper) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr const NativeType * opcua::asNative (const WrapperType *wrapper) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr NativeType & opcua::asNative (WrapperType &wrapper) noexcept
 
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType>
constexpr const NativeType & opcua::asNative (const WrapperType &wrapper) noexcept
 

Variables

template<typename T >
constexpr bool opcua::detail::isWrapper = IsWrapper<T>::value