Changeset 3242
- Timestamp:
- Jun 28, 2009, 5:35:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/core/Executor.h
r3196 r3242 243 243 virtual ~ExecutorMember() {} 244 244 245 using Executor::operator(); 246 245 247 inline void operator()(T* object) const 246 248 { (*((FunctorMember<T>*)this->functor_))(object, this->defaultValue_[0], this->defaultValue_[1], this->defaultValue_[2], this->defaultValue_[3], this->defaultValue_[4]); } … … 275 277 { ((FunctorMember<T>*)this->functor_)->setObject(object); } 276 278 279 using Executor::parse; 280 277 281 bool parse(T* object, const std::string& params, const std::string& delimiter = " ") const 278 282 {
Note: See TracChangeset
for help on using the changeset viewer.