Stream insertion operators
Declared in <baltzo_dstpolicy.h>
Write the string representation of the specified enumeration value to the specified output stream in a single-line format.
std::ostream&
operator<<(
std::ostream& stream,
DstPolicy::Enum value);
» more...
Write the string representation of the specified enumeration value to the specified output stream in a single-line format.
std::ostream&
operator<<(
std::ostream& stream,
LocalTimeValidity::Enum value);
» more...
Write the value of the specified object to the specified output stream in a single-line format.
std::ostream&
operator<<(
std::ostream& stream,
LocalTimeDescriptor const& object);
» more...
Write the value of the specified object to the specified output stream.
std::ostream&
operator<<(
std::ostream& stream,
ZoneinfoTransition const& object);
» more...
Write the value of the specified object to the specified output stream.
std::ostream&
operator<<(
std::ostream& stream,
Zoneinfo const& object);
» more...
Write the specified object to the specified output stream.
std::ostream&
operator<<(
std::ostream& stream,
LocalDatetime const& object);
» more...
Write the time zones from the specified loader to stream.
std::ostream&
operator<<(
std::ostream& stream,
TestLoader const& loader);
» more...
Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
LocalTimePeriod const& object);
» more...
Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
ZoneinfoBinaryHeader const& object);
» more...
Write the string representation of the specified enumeration value to the specified output stream in a single-line format.
std::ostream&
operator<<(
std::ostream& stream,
ErrorCode::Enum value);
» more...
streamconst reference to streamstream| Name | Description |
|---|---|
| stream | output stream |
| value | enumeration value to write |
| object | object to write |
| loader | test loader whose time zones are written |