vworld/vcell_prop.h

00001 #ifndef VCELL_PROP_H
00002 #define VCELL_PROP_H
00003 
00004 #include <unistd.h>
00005 #include <stdarg.h>
00006 #include "vcell.h"
00007 
00008 
00009 int     vcell_propgeti(vcell *self,char *name,int valueifnotfound);
00010 char*   vcell_propgets(vcell *self,char *name,char *valueifnotfound);
00011 int     vcell_propseti(vcell *self,char *name,int value);
00012 char*   vcell_propsets(vcell *self,char *name,char *value);
00013 
00014 
00015 int     vcell_propsets_vprintf(vcell *self,char *name,char *format, va_list arg);
00016 int     vcell_propsets_printf(vcell *self,char *name,char *format, ...);
00017 
00018 #endif

Generated on Mon Apr 13 15:09:26 2009 for libliqbase by  doxygen 1.5.1