Create a category having the specified name address.

Synopsis

Declared in <balm_category.h>

explicit
Category(
    char const* name,
    bool enabledFlag = true);

Description

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.

Parameters

Name

Description

name

null‐terminated category name (held, not owned)

enabledFlag

initial enabled status (true by default)

Created with MrDocs