Developer documentation

mmx::numerics::hdwi< hardware_int > Struct Template Reference

#include <numerics_hdwi.hpp>

Public Types

typedef hardware_int hdw_int
 

Static Public Member Functions

static hdw_int reverse (hdw_int a)
 
static void reverse (unsigned h, hdw_int &a)
 

Static Public Attributes

static const unsigned nbit = sizeof(hardware_int)*8
 
static const hardware_int nmax
 

Member Typedef Documentation

template<class hardware_int>
typedef hardware_int mmx::numerics::hdwi< hardware_int >::hdw_int

Member Function Documentation

template<class hardware_int>
static hdw_int mmx::numerics::hdwi< hardware_int >::reverse ( hdw_int  a)
inlinestatic
template<class hardware_int>
static void mmx::numerics::hdwi< hardware_int >::reverse ( unsigned  h,
hdw_int a 
)
inlinestatic

Member Data Documentation

template<class hardware_int>
const unsigned mmx::numerics::hdwi< hardware_int >::nbit = sizeof(hardware_int)*8
static
template<class hardware_int>
const T mmx::numerics::hdwi< T >::nmax
static

The documentation for this struct was generated from the following file:
Home