BloombergLP::baltzo::DefaultZoneinfoCache::loadDefaultZoneinfoDataLocations

loadDefaultZoneinfoDataLocations overloads

Synopses

Declared in <baltzo_defaultzoneinfocache.h>

Load into the specified locations the sequence of null terminated C-style strings that characterize the default paths for Zoneinfo data accessed by this class on this platform.

static
void
loadDefaultZoneinfoDataLocations(bsl::vector<char const*>* locations);
» more...

Load into the specified locations, the sequence of null terminated C-style strings that characterizes the default paths for Zoneinfo data, accessed by this class, on this platform.

static
void
loadDefaultZoneinfoDataLocations(std::pmr::vector<char const*>* locations);
» more...

Load into the specified locations the sequence of null terminated C-style strings that characterize the default paths for Zoneinfo data accessed by this class on this platform.

static
void
loadDefaultZoneinfoDataLocations(std::vector<char const*>* locations);
» more...