- Timestamp:
- Mar 14, 2011, 4:20:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/libraries/core/command/Functor.h
r8071 r8074 244 244 FunctorMember(O* object = 0) : object_(object), bSafeMode_(false) {} 245 245 virtual ~FunctorMember() { if (this->bSafeMode_) { this->unregisterObject(this->object_); } } 246 virtual ~FunctorMember() {}247 246 248 247 /// Calls the function-pointer with up to five arguments and an object. In case of a static-function, the object can be NULL. @return Returns the return-value of the function (if any; MT_Type::Null otherwise)
Note: See TracChangeset
for help on using the changeset viewer.