GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
typedefs.h File Reference
#include <float.h>
#include <limits.h>
+ Include dependency graph for typedefs.h:

Data Structures

struct  CPX
 

Macros

#define typedefs_h   "$Id $"
 
#define Float   double
 
#define maxFloat   DBL_MAX
 
#define minFloat   DBL_MIN
 
#define Bool   int
 
#define false   0
 
#define true   1
 

Typedefs

typedef char Char
 

Data Structure Documentation

struct CPX
+ Collaboration diagram for CPX:
Data Fields
double r
double i

Macro Definition Documentation

#define typedefs_h   "$Id $"
#define Float   double
#define maxFloat   DBL_MAX
#define minFloat   DBL_MIN
#define Bool   int
#define false   0
#define true   1

Typedef Documentation

typedef char Char