Changeset 98a2987 for molecuilder/src/Patterns
- Timestamp:
- Feb 26, 2010, 12:40:52 PM (16 years ago)
- Children:
- e65cc0
- Parents:
- 33bc66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Patterns/Cacheable.hpp
r33bc66 r98a2987 43 43 Cacheable<T>::Cacheable(Observable *_owner, boost::function<T()> _recalcMethod) : 44 44 owner(_owner), 45 recalcMethod(_recalcMethod),46 45 valid(false), 47 canBeUsed(true) 46 canBeUsed(true), 47 recalcMethod(_recalcMethod) 48 48 { 49 49 // we sign on with the best(=lowest) priority, so cached values are recalculated before
Note:
See TracChangeset
for help on using the changeset viewer.