Create a category manager with hardwired default threshold levels.
Synopsis
Declared in <ball_categorymanager.h>
explicit
CategoryManager(bslma::Allocator* basicAllocator = 0);
Description
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.
Parameters
Name |
Description |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs