Main Page   File List   File Members  

type.h File Reference

Go to the source code of this file.

Defines

#define VALUE_INFERENCE(wanted_type, retval, arg)


Detailed Description

Author:
Guillaume Bour. 2002
Version:
0.1
Date:
20/03/2002
type checking/inference.


Define Documentation

#define VALUE_INFERENCE wanted_type,
retval,
arg   
 

Value:

({\
     register gboolean __retok;\
\
     switch(wanted_type)\
       {\
       case T_INT   : __retok = int_inference(retval, arg); break;\
       case T_FLOAT : __retok = float_inference(retval, arg); break;\
       case T_BOOL  : __retok = bool_inference(retval, arg); break;\
       case T_STRING: __retok = string_inference(retval, arg); break;\
       default      : __retok = NULL;\
       }\
\
     __retok;\
  })


Generated on Tue Aug 6 13:21:20 2002 for lafontaine by doxygen1.2.15