Generative Fast Fourier Transforms (GFFT)  0.3
Classes | Macros | Typedefs
sint.h File Reference

Definition of holders for static integer types. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SInt< N >
 Integer number metacontainer. More...
 
struct  SIntID< N >
 Static unsigned integer class holder with additional definition of ID. More...
 

Macros

#define STATIC_INTEGER_CLASS(Type, Name)
 

Typedefs

typedef long int_t
 
typedef unsigned long uint_t
 
typedef unsigned short short_t
 

Macro Definition Documentation

#define STATIC_INTEGER_CLASS (   Type,
  Name 
)
Value:
template<Type N> \
struct s_##Name { \
typedef Type value_type; \
static const Type value = N; \
};

Generated on Mon Feb 10 2014 for Generative Fast Fourier Transforms (GFFT) by DoxyGen 1.8.3.1