BloombergLP::ball::CategoryManager::lookupCategory

lookupCategory overloads

Synopses

Declared in <ball_categorymanager.h>

Return the address of the modifiable category named categoryName.

Category*
lookupCategory(char const* categoryName);
» more...

Return the address of the non-modifiable category named categoryName.

Category const*
lookupCategory(char const* categoryName) const;
» more...

Return the address of the modifiable category named categoryName.

Category*
lookupCategory(
    CategoryHolder* categoryHolder,
    char const* categoryName);
» more...

Return Value

  • address of the modifiable category, or 0 if none exists
  • address of the non-modifiable category, or 0 if none exists

Parameters

NameDescription
categoryNamename of the category to look up
categoryHolderoptional holder to load with the category