00001 /*------------------------------------------------------------------------*/ 00002 /* file: SetHashTable.h */ 00003 /* Copyright INRIA 2006 */ 00004 /* Authors : Jean-Baptiste Silvy */ 00005 /* desc : implementation of the scilab hashtable for the set procedure */ 00006 /*------------------------------------------------------------------------*/ 00007 00008 #ifndef _SET_HASH_TABLE_H_ 00009 #define _SET_HASH_TABLE_H_ 00010 00011 #include "setGetHashTable.h" 00012 #include "ObjectStructure.h" 00013 00018 SetPropertyHashTable * createScilabSetHashTable( void ) ; 00019 00023 void destroyScilabSetHashTable( void ) ; 00024 00031 int callSetProperty( sciPointObj * pObj, int stackPointer, int valueType, int nbRow, int nbCol, char * propertyName ) ; 00032 00033 #endif /* _SET_HASH_TABLE_H_ */
1.5.1