0.07.4
C++ Open Travel Request Parsing Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
CityDetailsList.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_CITYDETAILSLIST_HPP
2
#define __OPENTREP_CITYDETAILSLIST_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <list>
9
10
namespace
OPENTREP {
11
12
// Forward declaration
13
struct
CityDetails
;
14
25
typedef
std::list<CityDetails>
CityDetailsList_T
;
26
27
}
28
#endif // __OPENTREP_CITYDETAILSLIST_HPP
29
OPENTREP::CityDetails
Class modelling the elementary details of a city.
Definition:
CityDetails.hpp:28
OPENTREP::CityDetailsList_T
std::list< CityDetails > CityDetailsList_T
A list of cities, for instance the list of cities served by a travel-related POR (point of reference)...
Definition:
CityDetailsList.hpp:13
Generated on Sun Nov 24 2019 14:44:25 for OpenTREP by
1.8.5