Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
greg_serialize.hpp File Reference
Include dependency graph for greg_serialize.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Functions

template<class Archive >
void boost::serialization::serialize (Archive &ar,::boost::gregorian::date &d, const unsigned int file_version)
 Method that does serialization for gregorian::date – splits to load/save. More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const ::boost::gregorian::date &d, unsigned int)
 Function to save gregorian::date objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar,::boost::gregorian::date &d, unsigned int)
 Function to load gregorian::date objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &,::boost::gregorian::date *dp, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::date_duration &dd, unsigned int)
 Function to save gregorian::date_duration objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::date_duration &dd, unsigned int)
 Function to load gregorian::date_duration objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::date_duration *dd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::date_duration::duration_rep &dr, unsigned int)
 helper unction to save date_duration objects using serialization lib More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::date_duration::duration_rep &dr, unsigned int)
 helper function to load date_duration objects using serialization lib More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::date_duration::duration_rep *dr, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::date_period &dp, unsigned int)
 Function to save gregorian::date_period objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::date_period &dp, unsigned int)
 Function to load gregorian::date_period objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::date_period *dp, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::greg_year &gy, unsigned int)
 Function to save gregorian::greg_year objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::greg_year &gy, unsigned int)
 Function to load gregorian::greg_year objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::greg_year *gy, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::greg_month &gm, unsigned int)
 Function to save gregorian::greg_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::greg_month &gm, unsigned int)
 Function to load gregorian::greg_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::greg_month *gm, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::greg_day &gd, unsigned int)
 Function to save gregorian::greg_day objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::greg_day &gd, unsigned int)
 Function to load gregorian::greg_day objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::greg_day *gd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::greg_weekday &gd, unsigned int)
 Function to save gregorian::greg_weekday objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::greg_weekday &gd, unsigned int)
 Function to load gregorian::greg_weekday objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::greg_weekday *gd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::partial_date &pd, unsigned int)
 Function to save gregorian::partial_date objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::partial_date &pd, unsigned int)
 Function to load gregorian::partial_date objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::partial_date *pd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::nth_kday_of_month &nkd, unsigned int)
 Function to save nth_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::nth_kday_of_month &nkd, unsigned int)
 Function to load nth_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::nth_kday_of_month *nkd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::first_kday_of_month &fkd, unsigned int)
 Function to save first_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::first_kday_of_month &fkd, unsigned int)
 Function to load first_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::first_kday_of_month *fkd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::last_kday_of_month &lkd, unsigned int)
 Function to save last_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::last_kday_of_month &lkd, unsigned int)
 Function to load last_day_of_the_week_in_month objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::last_kday_of_month *lkd, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::first_kday_before &fkdb, unsigned int)
 Function to save first_day_of_the_week_before objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::first_kday_before &fkdb, unsigned int)
 Function to load first_day_of_the_week_before objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::first_kday_before *fkdb, const unsigned int)
 override needed b/c no default constructor More...
 
template<class Archive >
void boost::serialization::save (Archive &ar, const gregorian::first_kday_after &fkda, unsigned int)
 Function to save first_day_of_the_week_after objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load (Archive &ar, gregorian::first_kday_after &fkda, unsigned int)
 Function to load first_day_of_the_week_after objects using serialization lib. More...
 
template<class Archive >
void boost::serialization::load_construct_data (Archive &, gregorian::first_kday_after *fkda, const unsigned int)
 override needed b/c no default constructor More...