Template Struct HandleTrait< gmt_tag >

Struct Documentation

template <>
template<>
struct HandleTrait<gmt_tag>

Public Types

template<>
using HandleTy = gmt_handle_t
template<>
using ParameterTy = gmt_handle_t&
template<>
using ConstParameterTy = const gmt_handle_t&

Public Static Functions

static void Init(ParameterTy H, HandleTy V)
static constexpr HandleTy NullValue()
static bool Equal(ConstParameterTy lhs, ConstParameterTy rhs)
static std::string toString(ConstParameterTy H)
static uint64_t toUnsignedInt(ConstParameterTy H)
static HandleTy CreateNewHandle()
static void WaitFor(ParameterTy &H)