Home
last modified time | relevance | path

Searched refs:trip_info (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/serialization/example/
Ddemo_xml.hpp230 struct trip_info struct in bus_schedule
250 trip_info(){} in trip_info() function
251 trip_info(int _h, int _m, const std::string &_d) : in trip_info() function
254 ~trip_info(){ in ~trip_info()
259 std::list<std::pair<trip_info, bus_route *> > schedule;
263 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
268 BOOST_CLASS_VERSION(bus_schedule::trip_info, 3) argument
271 std::ostream & operator<<(std::ostream &os, const bus_schedule::trip_info &ti) in operator <<()
277 std::list<std::pair<bus_schedule::trip_info, bus_route *> >::const_iterator it; in operator <<()
Ddemo_gps.hpp230 struct trip_info struct in bus_schedule
250 trip_info(){} in trip_info() function
251 trip_info(int _h, int _m, const std::string &_d) : in trip_info() function
254 ~trip_info(){ in ~trip_info()
259 std::list<std::pair<trip_info, bus_route *> > schedule;
263 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
268 BOOST_CLASS_VERSION(bus_schedule::trip_info, 3) argument
271 std::ostream & operator<<(std::ostream &os, const bus_schedule::trip_info &ti) in operator <<()
277 std::list<std::pair<bus_schedule::trip_info, bus_route *> >::const_iterator it; in operator <<()
Ddemo.cpp227 struct trip_info struct in bus_schedule
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); argument
255 std::list<std::pair<trip_info, bus_route *> > schedule;
264 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
268 BOOST_CLASS_VERSION(bus_schedule::trip_info, 2)
270 std::ostream & operator<<(std::ostream &os, const bus_schedule::trip_info &ti) in operator <<()
276 std::list<std::pair<bus_schedule::trip_info, bus_route *> >::const_iterator it; in operator <<()