abitype.h File Reference

Classes

struct  ABIParamType< T, CHECK >
 
struct  ABIParamType< T, typename std::enable_if< std::is_enum< T >::value||std::is_integral< T >::value >::type >
 
struct  ABIParamType< Block< T, STRIDED, MOVE > >
 
struct  ABIParamType< T, typename std::enable_if< std::is_pointer< T >::value >::type >
 
struct  ABIParamType< T, typename std::enable_if< std::is_reference< T >::value >::type >
 

Namespaces

 maxon
 

Typedefs

template<typename T >
using ABIReturnType = ABIParamType< T >
 

Variables

struct maxon::ABIParamType MAXON_ENUM_LIST