#include <destination.h>
Public Member Functions | |
| Destination () | |
Public Attributes | |
| std::string | description |
| double | distance |
| std::string | name |
| std::string | target |
|
|
Definition at line 21 of file destination.cpp. References distance(). 00021 : 00022 name(""), 00023 target(""), 00024 distance(0.0), 00025 description("") 00026 { 00027 }
|
|
|
Definition at line 27 of file destination.h. Referenced by ReadDestinationList(), and TourGuideProc(). |
|
|
Definition at line 26 of file destination.h. Referenced by ReadDestinationList(), and TourGuideProc(). |
|
|
Definition at line 24 of file destination.h. Referenced by dialogTourGuide(), ReadDestinationList(), and TourGuideProc(). |
|
|
Definition at line 25 of file destination.h. Referenced by ReadDestinationList(), and TourGuideProc(). |
1.4.1