Home
last modified time | relevance | path

Searched refs:bus_stop (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/serialization/example/
Ddemo.cpp75 class bus_stop class
78 friend std::ostream & operator<<(std::ostream &os, const bus_stop &gp);
89 bus_stop(const gps_position & _lat, const gps_position & _long) : in bus_stop() function in bus_stop
93 bus_stop(){} in bus_stop() function in bus_stop
94 virtual ~bus_stop(){} in ~bus_stop()
97 BOOST_SERIALIZATION_ASSUME_ABSTRACT(bus_stop)
99 std::ostream & operator<<(std::ostream &os, const bus_stop &bs)
109 class bus_stop_corner : public bus_stop
122 ar & boost::serialization::base_object<bus_stop>(*this); in serialize()
131 bus_stop(_lat, _long), street1(_s1), street2(_s2) in bus_stop_corner()
[all …]
Ddemo_xml.hpp70 class bus_stop class
85 bus_stop(const gps_position & _lat, const gps_position & _long) : in bus_stop() function in bus_stop
89 bus_stop(){} in bus_stop() function in bus_stop
90 friend std::ostream & operator<<(std::ostream &os, const bus_stop &gp);
91 virtual ~bus_stop(){} in ~bus_stop()
94 BOOST_IS_ABSTRACT(bus_stop)
96 std::ostream & operator<<(std::ostream &os, const bus_stop &bs)
106 class bus_stop_corner : public bus_stop
119 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(bus_stop); in serialize()
128 bus_stop(_lat, _long), street1(_s1), street2(_s2) in bus_stop_corner()
[all …]
Ddemo_gps.hpp70 class bus_stop class
85 bus_stop(const gps_position & _lat, const gps_position & _long) : in bus_stop() function in bus_stop
89 bus_stop(){} in bus_stop() function in bus_stop
90 friend std::ostream & operator<<(std::ostream &os, const bus_stop &gp);
91 virtual ~bus_stop(){} in ~bus_stop()
94 BOOST_SERIALIZATION_ASSUME_ABSTRACT(bus_stop)
96 std::ostream & operator<<(std::ostream &os, const bus_stop &bs)
106 class bus_stop_corner : public bus_stop
119 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(bus_stop); in serialize()
128 bus_stop(_lat, _long), street1(_s1), street2(_s2) in bus_stop_corner()
[all …]
Ddemo_simple_log.cpp23 bus_stop *bs0 = new bus_stop_corner( in main()
28 bus_stop *bs1 = new bus_stop_corner( in main()
33 bus_stop *bs2 = new bus_stop_destination( in main()
38 bus_stop *bs3 = new bus_stop_destination( in main()
Ddemo_log.cpp22 bus_stop *bs0 = new bus_stop_corner( in main()
27 bus_stop *bs1 = new bus_stop_corner( in main()
32 bus_stop *bs2 = new bus_stop_destination( in main()
37 bus_stop *bs3 = new bus_stop_destination( in main()
Ddemo_trivial_archive.cpp42 bus_stop *bs0 = new bus_stop_corner( in main()
47 bus_stop *bs1 = new bus_stop_corner( in main()
52 bus_stop *bs2 = new bus_stop_destination( in main()
57 bus_stop *bs3 = new bus_stop_destination( in main()
Ddemo_xml_save.cpp33 bus_stop *bs0 = new bus_stop_corner( in main()
38 bus_stop *bs1 = new bus_stop_corner( in main()
43 bus_stop *bs2 = new bus_stop_destination( in main()
48 bus_stop *bs3 = new bus_stop_destination( in main()
Ddemo_xml.cpp56 bus_stop *bs0 = new bus_stop_corner( in main()
61 bus_stop *bs1 = new bus_stop_corner( in main()
66 bus_stop *bs2 = new bus_stop_destination( in main()
71 bus_stop *bs3 = new bus_stop_destination( in main()