FX::Generic::IntegralLists Struct Reference
[Generic Tools in TnFOX]

#include <FXGenericTools.h>

List of all members.


Detailed Description

A series of typelists of kinds of integral type.

Definition at line 1200 of file FXGenericTools.h.

Public Types

typedef TL::create< unsigned
char, FXushort, FXuint, unsigned
long, FXulong >::value 
unsignedInts
typedef TL::create< signed
char, FXshort, FXint, signed
long, FXlong >::value 
signedInts
typedef TL::create< bool,
char >::value 
otherInts
typedef TL::create< FXfloat,
FXdouble >::value 
floats
typedef TL::append< TL::append<
unsignedInts, signedInts
>::value, otherInts >::value 
Ints
typedef TL::append< TL::append<
unsignedInts, signedInts
>::value, floats >::value 
Arithmetical
typedef TL::append< signedInts,
floats >::value 
Signeds
typedef TL::append< Ints,
floats >::value 
All
typedef TL::at< unsignedInts,
0 >::value 
smallestUnsignedInt
typedef TL::at< signedInts,
0 >::value 
smallestSignedInt
typedef TL::at< floats,
0 >::value 
smallestFloat
typedef TL::at< unsignedInts,
TL::length< unsignedInts
>::value-1 >::value 
biggestUnsignedInt
typedef TL::at< signedInts,
TL::length< signedInts
>::value-1 >::value 
biggestSignedInt
typedef TL::at< floats, TL::length<
floats >::value-1 >::value 
biggestFloat


The documentation for this struct was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:57 2009 for TnFOX by doxygen v1.4.7