Same as the preceding overload, using a std::vector result.

Synopsis

Declared in <balm_metricsmanager.h>

int
findSpecificPublishers(
    std::vector<Publisher*>* publishers,
    char const* categoryName) const;

Return Value

the number of publishers found for the named category

Parameters

Name

Description

publishers

receives addresses of category‐specific publishers

categoryName

null‐terminated category name

Created with MrDocs