Create a category having the specified name address.
Declared in <balm_category.h>
explicit
Category(
char const* name,
bool enabledFlag = true);
Optionally specify enabledFlag, the enabled status of the category; if enabledFlag is not specified, the enabled status is true. The behavior is undefined unless name remains valid and unmodified for the lifetime of this object.
| Name | Description |
|---|---|
| name | null-terminated category name (held, not owned) |
| enabledFlag | initial enabled status (true by default) |