BDE 4.14.0 Production release
|
#include <bdlcc_objectpool.h>
Classes | |
class | Clear |
class | Nil |
class | RemoveAll |
class | Reset |
Public Types | |
typedef bsl::function< void(void *, bslma::Allocator *)> | DefaultCreator |
This struct provides several functors that are suitable RESETTER
parameter types for ObjectPool
. It also provides a typedef
that specifies the default CREATOR
parameter type for ObjectPool
.
typedef bsl::function<void(void *, bslma::Allocator *)> bdlcc::ObjectPoolFunctors::DefaultCreator |
The default CREATOR
parameter type for the ObjectPool
class template.