Namespaces | Typedefs
cel_types.h File Reference

Primitive Types Definitions. More...

#include "cel_base.h"
#include "cel_platform.h"
#include "cel_endian.h"
#include "cel_error.h"
#include <cstddef>
#include "cel_stdint.h"
Include dependency graph for cel_types.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 Celartem
 

Typedefs

typedef int8_t Celartem::i8
 8-byte value (signed). More...
 
typedef int16_t Celartem::i16
 16-bit value (signed). More...
 
typedef int32_t Celartem::i32
 32-bit value (signed). More...
 
typedef int64_t Celartem::i64
 64-bit value (signed). More...
 
typedef uint8_t Celartem::u8
 8-bit value (unsigned). More...
 
typedef uint16_t Celartem::u16
 16-bit value (unsigned). More...
 
typedef uint32_t Celartem::u32
 32-bit value (unsigned). More...
 
typedef uint64_t Celartem::u64
 64-bit value (unsigned). More...
 

Detailed Description

Primitive Types Definitions.


Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:05.
Cuminas Logo