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.
Synopsis
Declared in <ball_categorymanager.h>
explicit
CategoryManager(bslma::Allocator* basicAllocator = 0);
Created with MrDocs