Searched defs:trip_info (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/serialization/example/ |
D | demo_xml.hpp | 230 struct trip_info struct in bus_schedule 233 void serialize(Archive &ar, const unsigned int file_version) in serialize() 250 trip_info(){} in trip_info() function 251 trip_info(int _h, int _m, const std::string &_d) : in trip_info() function 268 BOOST_CLASS_VERSION(bus_schedule::trip_info, 3)
|
D | demo_gps.hpp | 230 struct trip_info struct in bus_schedule 233 void serialize(Archive &ar, const unsigned int file_version) in serialize() 250 trip_info(){} in trip_info() function 251 trip_info(int _h, int _m, const std::string &_d) : in trip_info() function 268 BOOST_CLASS_VERSION(bus_schedule::trip_info, 3)
|
D | demo.cpp | 227 struct trip_info struct in bus_schedule 230 void serialize(Archive &ar, const unsigned int file_version) in serialize() 246 trip_info(){} in trip_info() function 247 trip_info(int _h, int _m, const std::string &_d) : in trip_info() function 254 friend std::ostream & operator<<(std::ostream &os, const bus_schedule::trip_info &ti);
|