lookupCategory overloads
Declared in <ball_loggermanager.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...
| Name | Description |
|---|---|
| categoryName | name of the category to look up |