00001 /*------------------------------------------------------------------------*/ 00002 /* file: GetHashTable.h */ 00003 /* Copyright INRIA 2006 */ 00004 /* Authors : Jean-Baptiste Silvy */ 00005 /* desc : implementation of the scilab hashtable for the get procedure */ 00006 /*------------------------------------------------------------------------*/ 00007 00008 #ifndef _GET_HASH_TABLE_H_ 00009 #define _GET_HASH_TABLE_H_ 00010 00011 #include "setGetHashTable.h" 00012 #include "ObjectStructure.h" 00013 00018 GetPropertyHashTable * createScilabGetHashTable( void ) ; 00019 00023 void destroyScilabGetHashTable( void ) ; 00024 00031 int callGetProperty( sciPointObj * pObj, char * propertyName ) ; 00032 00033 #endif /* _GET_HASH_TABLE_H_ */
1.5.1