Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/BTypes.hpp File Reference

#include <j2k/Fred/Boolean.hpp>

Go to the source code of this file.

Compounds

union  uint16hilo_t

Defines

#define BTYPES_ENDIAN_BIG   1
#define UINT8_MAX   0xffu
#define UINT16_MAX   0xffffu
#define UINT32_MAX   0xffffffffu
#define INT8_MAX   0x7f
#define INT16_MAX   0x7fff
#define INT32_MAX   0x7fffffff

Typedefs

typedef signed char int8_t
typedef signed short int16_t
typedef signed long int32_t
typedef unsigned char uint8_t
typedef unsigned short uint16_t
typedef unsigned long uint32_t
typedef float float32_t
typedef double float64_t
typedef uint32_t addr_t


Define Documentation

#define BTYPES_ENDIAN_BIG   1
 

Definition at line 4 of file BTypes.hpp.

#define INT16_MAX   0x7fff
 

Definition at line 46 of file BTypes.hpp.

#define INT32_MAX   0x7fffffff
 

Definition at line 47 of file BTypes.hpp.

#define INT8_MAX   0x7f
 

Definition at line 45 of file BTypes.hpp.

#define UINT16_MAX   0xffffu
 

Definition at line 43 of file BTypes.hpp.

#define UINT32_MAX   0xffffffffu
 

Definition at line 44 of file BTypes.hpp.

#define UINT8_MAX   0xffu
 

Definition at line 42 of file BTypes.hpp.


Typedef Documentation

typedef uint32_t addr_t
 

Definition at line 38 of file BTypes.hpp.

typedef float float32_t
 

Definition at line 18 of file BTypes.hpp.

typedef double float64_t
 

Definition at line 19 of file BTypes.hpp.

typedef signed short int16_t
 

Definition at line 11 of file BTypes.hpp.

typedef signed long int32_t
 

Definition at line 12 of file BTypes.hpp.

typedef signed char int8_t
 

Definition at line 10 of file BTypes.hpp.

typedef unsigned short uint16_t
 

Definition at line 15 of file BTypes.hpp.

typedef unsigned long uint32_t
 

Definition at line 16 of file BTypes.hpp.

typedef unsigned char uint8_t
 

Definition at line 14 of file BTypes.hpp.


Generated on Sun Oct 14 18:47:31 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001