TCTypes.h File Reference

This file provides the definition of global data types like sint32, uint32. More...

#include "TCDefines.h"
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

Include dependency graph for TCTypes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  TC
namespace  std
 STL namespace.

Defines

#define TC_OWN_STD_DEFINE

Typedefs

typedef char TC::sint8
 typedef for 8bit signed int
typedef short TC::sint16
 typedef for 16bit signed int
typedef int TC::sint32
 typedef for singned int 32bit
typedef __int64 TC::sint64
 typedef for 64bit signed int
typedef unsigned char TC::uint8
 typedef for 8bit unsigned int
typedef unsigned short TC::uint16
 typedef for 16bit unsigned int
typedef unsigned int TC::uint32
 typedef for 32bit unsigned int
typedef unsigned __int64 TC::uint64
 typedef for 64bit signed int
typedef unsigned char TC::uchar
 typedef for 8bit unsigned char


Detailed Description

This file provides the definition of global data types like sint32, uint32.

Author:
Thomas Goessler

Definition in file TCTypes.h.


Define Documentation

#define TC_OWN_STD_DEFINE

Definition at line 123 of file TCTypes.h.


Copyright (c) Thomas Goessler 2003 - 2008