Load the current category publication schedule into result.

Synopsis

Declared in <balm_publicationscheduler.h>

int
getCategorySchedule(bsl::vector<bsl::pair<Category const*, bsls::TimeInterval>>* result) const;

Description

Load into the specified result a representation of the current schedule for publishing categories being followed by this scheduler and return the number of scheduled categories. The schedule is represented using a series of (category address, time interval) pairs; each pair in the series indicates the periodic time interval that the associated category will be published. Note that the result of this operation contains only those categories scheduled using the scheduleCategory operation, and does not include categories published as part of the default publication.

Return Value

number of scheduled categories loaded into result

Parameters

Name

Description

result

receives (category, interval) schedule pairs

Created with MrDocs