findCategorySchedule overloads
Declared in <balm_publicationscheduler.h>
Load into the specified result the individual schedule interval (set using the scheduleCategory method) that corresponds to the specified category, if found, and return true, or (if not found) return false with no effect. This method will return false and will not modify result if category is published as part of the default scheduled publication. The behavior is undefined unless category is a valid address supplied by the balm::MetricRegistry owned by the MetricsManager object supplied at construction.
bool
findCategorySchedule(
bsls::TimeInterval* result,
Category const* category) const;
» more...
Load into the specified result the individual schedule interval (set using the scheduleCategory method) that corresponds to the specified null-terminated string category, if found, and return true, or (if not found) return false with no effect. This method will return false and will not modify result if category is published as part of the default scheduled publication.
bool
findCategorySchedule(
bsls::TimeInterval* result,
char const* category) const;
» more...