Changeset 135 for trunk/include
- Timestamp:
- Nov 10, 2005, 7:45:00 PM (19 years ago)
- Location:
- trunk/include/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/core/RpBindingsDict.h
r115 r135 39 39 40 40 41 int storeObject_Lib(RpLibrary* objectName );41 int storeObject_Lib(RpLibrary* objectName, int key=0); 42 42 int storeObject_UnitsStr(std::string objectName); 43 43 -
trunk/include/core/RpDict.h
r115 r135 399 399 400 400 // adjust the value if it was provided 401 // memory management is left as an exerci ze for the caller401 // memory management is left as an exercise for the caller 402 402 if (&value) { 403 403 hPtr->setValue(value); -
trunk/include/core/RpNumber.h
r115 r135 63 63 // place the information from this object into the xml library 'lib' 64 64 // virtual RpNumber& put(RpLibrary lib); 65 // RpNumber& put() const; 65 RpNumber& put() const; 66 RpNumber& put(double currentVal); 66 67 67 68
Note: See TracChangeset
for help on using the changeset viewer.