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

namespace  Celartem

Typedefs

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

Detailed Description

Primitive Types Definitions.


This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:15.
Caminova Logo