BDE 4.14.0 Production release
|
#include <bdlcc_objectpool.h>
Public Member Functions | |
void | operator() (TYPE *object) const |
Inlined call to object->reset() . | |
This fully-inlined class, suitable as the RESETTER
parameter type for ObjectPool
, is a functor taking a pointer to the parameterized TYPE
argument, and can be invoked as: void(*)(TYPE*)
. It calls reset
upon the provided object.
See bdlcc_objectpool
|
inline |