open62541pp 0.16.0
C++ wrapper of open62541
|
#include <type_traits>
#include <utility>
#include "open62541pp/common.hpp"
#include "open62541pp/detail/open62541/common.h"
#include "open62541pp/detail/types_handling.hpp"
#include "open62541pp/typeregistry.hpp"
#include "open62541pp/wrapper.hpp"
Go to the source code of this file.
Classes | |
class | opcua::TypeWrapper< T, typeIndex > |
struct | opcua::detail::IsTypeWrapper< T > |
struct | opcua::TypeRegistry< T, std::enable_if_t< detail::isTypeWrapper< T > > > |
Namespaces | |
namespace | opcua |
namespace | opcua::detail |
Variables | |
template<typename T > | |
constexpr bool | opcua::detail::isTypeWrapper = IsTypeWrapper<T>::value |