Files Classes Functions Hierarchy
#include <scopedependentfunctions.h>
Public Member Functions | |
| initscopedependentfunctions () | |
Definition at line 164 of file scopedependentfunctions.h.
| initscopedependentfunctions::initscopedependentfunctions | ( | ) |
Definition at line 567 of file scopedependentfunctions.cpp.
00568 { 00569 #ifdef DEBUG_SCOPEDEPENDENTFUNCTIONS_H 00570 cout << "initscopedependentfunctions()" << endl; 00571 #endif 00572 00573 addtothedictionary< dictadd >(); 00574 addtothedictionary< stateevalset >(); 00575 addtothedictionary< stateevalunset >(); 00576 addtothedictionary< stateevalquery >(); 00577 addtothedictionary< load >(); 00578 addtothedictionary< rpnsave >(); 00579 addtothedictionary< rpninterp >(); 00580 // addtothedictionary< read >(); 00581 }
1.5.8