Create a category manager with hardwired default threshold levels.
Declared in <ball_categorymanager.h>
explicit
CategoryManager(bslma::Allocator* basicAllocator = 0);
Create a category manager with the hardwired default levels for new categories and no defaults or namefilter callback set. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |