SO3Engine
|
OgreNewt_Prerequisites.h
Go to the documentation of this file.
6 OgreNewt basically has no license, you may use any or all of the library however you desire... I hope it can help you in any way.
134 template<class c> void setDestructorCallback( std::function<void(c*, DerivedClass*)> callback, c *instancedClassPointer )
helper class: OgreNewt-classes can derive from this class to implement a destructor-callback
Definition OgreNewt_Prerequisites.h:94
void setDestructorCallback(DestructorCallbackFunction fun)
set the destructor callback
Definition OgreNewt_Prerequisites.h:133
std::function< void(DerivedClass *)> DestructorCallbackFunction
destructor callback
Definition OgreNewt_Prerequisites.h:101
void setDestructorCallback(std::function< void(c *, DerivedClass *)> callback, c *instancedClassPointer)
Definition OgreNewt_Prerequisites.h:134
void removeDestructorCallback()
remove any destructor callback
Definition OgreNewt_Prerequisites.h:114
Generated by 1.9.8