BloombergLP::balm::Category::Category

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

NameDescription
namenull-terminated category name (held, not owned)
enabledFlaginitial enabled status (true by default)