GCpp general purpose C++ library  version 1.0
GTypes.hh File Reference

Go to the source code of this file.

Typedefs

typedef char int8
 Signed integer 1 bytes.
 
typedef unsigned char u_int8
 Unigned integer 1 bytes.
 
typedef short int16
 Signed integer 2 bytes.
 
typedef unsigned short u_int16
 Unigned integer 2 bytes.
 
typedef long int32
 Signed integer 4 bytes.
 
typedef unsigned long u_int32
 Unigned integer 4 bytes.
 
typedef long long int64
 Signed integer 8 bytes.
 
typedef unsigned long long u_int64
 Unsigned integer 8 bytes.
 
typedef unsigned char byte
 
typedef unsigned short u_short
 
typedef unsigned int u_int
 
typedef unsigned long u_long
 
typedef unsigned long long u_long_long
 

Detailed Description

File defining base types for the library

Typedef Documentation

typedef unsigned char byte

Defining unsigned byte (8 bits)

typedef unsigned int u_int

Defining unsigned int (32 bits)

typedef unsigned long u_long

Defining unsigned long (32 bits)

typedef unsigned long long u_long_long

Defining unsigned long (64 bits)

typedef unsigned short u_short

Defining unsigned short (16 bits)