lookupCategory overloads

Synopses

Declared in <ball_loggermanager.h>

Return the address of the modifiable category named categoryName.

Category*
lookupCategory(char const* categoryName);

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

Category const*
lookupCategory(char const* categoryName) const;

Return Value

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

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

Parameters

Name

Description

categoryName

name of the category to look up

Created with MrDocs