Namespace for enumerating named error codes for the baltzo package.

Synopsis

Declared in <baltzo_errorcode.h>

struct ErrorCode;

Description

This struct provides a namespace for enumerating the set of named error codes that may be returned by functions in the baltzo package that take a Zoneinfo string identifier as input. See Enum in the TYPES sub‐section for details.

This class: * supports a complete set of enumeration operations

  • except for bdex serialization * is const thread‐safe For terminology see bsldoc_glossary.

Enums

Name

Description

Enum

Error codes returned by baltzo time‐zone operations.

Static Member Functions

Name

Description

print

Write the string representation of the specified enumeration value to the specified output stream.

toAscii

Return the string representation of the specified enumeration value.

Created with MrDocs