Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Fastest minimum width integer types
[Standard Integer Types]


Detailed Description

This is the group of integer type declarations that take advantage of some platforms where an 8bit type might be slower than a 16bit type or 32bit type. The 8bit type will actually be defined as a larger bit type to speed it through a processor.


Typedefs

typedef signed char int_fast8_t
typedef signed int int_fast16_t
typedef signed int int_fast32_t
typedef signed long long int_fast64_t
typedef unsigned char uint_fast8_t
typedef unsigned int uint_fast16_t
typedef unsigned int uint_fast32_t
typedef unsigned long long uint_fast64_t




Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo


Generated on Sat Jun 16 02:45:25 2007 for phission by  doxygen 1.4.4