BloombergLP::ball::CategoryManagerImpUtil::linkCategoryHolder

Link the specified categoryHolder to the specified category.

Synopsis

Declared in <ball_category.h>

static
void
linkCategoryHolder(
    Category* category,
    CategoryHolder* categoryHolder);

Description

Load the specified category and its corresponding maxLevel() into the specified categoryHolder, and add categoryHolder to the linked list of category holders maintained by category.

Parameters

NameDescription
categorycategory to which the holder is linked
categoryHolderholder to load and link