hashAppend overloads
Synopses
Declared in <bdlt_calendar.h>
Pass the specified object to the specified hashAlg.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Calendar const& object);
Invoke hashAlg on the specified Date object.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Date const& object);
Contribute the specified object to the specified hashAlg.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
DateTz const& object);
Invoke the specified hashAlg on the specified object.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Datetime const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
DatetimeInterval const& object);
Contribute the specified object to the specified hashAlg.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
DatetimeTz const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
DayOfWeekSet const& object);
Pass the specified object to the specified hashAlg.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
PackedCalendar const& object);
Invoke the specified hashAlg on the specified Time object.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Time const& object);
Contribute the specified object to the specified hashAlg.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
TimeTz const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Timetable const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
TimetableTransition const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Timetable_CompactableTransition const& object);
Pass object to hashAlg for modular hashing.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Timetable_Day const& object);
Parameters
Name |
Description |
hashAlg |
hashing algorithm invoked for |
object |
calendar whose value is hashed |
Created with MrDocs