Main Page | Modules | Data Structures | File List | Data Fields | Globals

mqparser/mqprimexp.h

00001 #ifndef _PRIMEXP_H_ 00002 #define _PRIMEXP_H_ 00003 00004 00005 struct PrimExp 00006 { 00007 unsigned isStringFromSymbol : 1; 00008 00009 Variant value; 00010 int type; 00011 }; 00012 00013 typedef struct PrimExp PrimExp; 00014 00015 int PrimExp_checkTypes(PrimExp a, PrimExp b, int type); 00016 void PrimExp_assignBtoA(PrimExp* a, PrimExp* b); 00017 00018 #endif 00019 00020

Generated on Sun Feb 13 01:05:59 2005 for MapQuant by doxygen 1.3.7