#include <exception>
#include <string>
#include <list>
#include <map>
#include <set>
#include <boost/date_time/gregorian/gregorian.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/array.hpp>
#include <opentrep/OPENTREP_exceptions.hpp>
#include <opentrep/OPENTREP_log.hpp>
Go to the source code of this file.
Namespaces | |
namespace | OPENTREP |
Typedefs | |
typedef unsigned short | OPENTREP::DeploymentNumber_T |
typedef bool | OPENTREP::shouldIndexNonIATAPOR_T |
typedef bool | OPENTREP::shouldIndexPORInXapian_T |
typedef bool | OPENTREP::shouldAddPORInSQLDB_T |
typedef std::list< IATACode_T > | OPENTREP::IATACodeList_T |
typedef std::list< ICAOCode_T > | OPENTREP::ICAOCodeList_T |
typedef unsigned int | OPENTREP::GeonamesID_T |
typedef std::list< GeonamesID_T > | OPENTREP::GeonamesIDList_T |
typedef unsigned int | OPENTREP::EnvelopeID_T |
typedef std::list< UNLOCode_T > | OPENTREP::UNLOCodeList_T |
typedef unsigned int | OPENTREP::UICCode_T |
typedef std::list< UICCode_T > | OPENTREP::UICCodeList_T |
typedef std::list< AltNameShortListString_T > | OPENTREP::AltNameShortList_T |
typedef unsigned int | OPENTREP::WAC_T |
typedef std::list< FeatureName_T > | OPENTREP::FeatureNameList_T |
typedef double | OPENTREP::GeoCoord_T |
typedef GeoCoord_T | OPENTREP::Latitude_T |
typedef GeoCoord_T | OPENTREP::Longitude_T |
typedef boost::gregorian::date | OPENTREP::Date_T |
typedef unsigned int | OPENTREP::Population_T |
typedef int | OPENTREP::Elevation_T |
typedef int | OPENTREP::GTopo30_T |
typedef float | OPENTREP::GMTOffset_T |
typedef float | OPENTREP::DSTOffset_T |
typedef float | OPENTREP::RawOffset_T |
typedef double | OPENTREP::PageRank_T |
typedef bool | OPENTREP::IsGeonames_T |
typedef bool | OPENTREP::IsAirport_T |
typedef bool | OPENTREP::IsCommercial_T |
typedef unsigned int | OPENTREP::XapianDocID_T |
typedef unsigned short | OPENTREP::Weight_T |
typedef std::string | OPENTREP::TravelQuery_T |
typedef double | OPENTREP::MatchingPercentage_T |
typedef double | OPENTREP::Percentage_T |
typedef double | OPENTREP::Score_T |
typedef unsigned int | OPENTREP::NbOfDBEntries_T |
typedef std::string | OPENTREP::Word_T |
typedef std::list< Word_T > | OPENTREP::WordList_T |
typedef std::set< std::string > | OPENTREP::WordSet_T |
typedef std::set< std::string > | OPENTREP::BlackList_T |
typedef unsigned int | OPENTREP::NbOfLetters_T |
typedef unsigned short | OPENTREP::NbOfWords_T |
typedef unsigned short | OPENTREP::NbOfMatches_T |
typedef unsigned short | OPENTREP::NbOfErrors_T |
typedef std::map< NbOfLetters_T, NbOfErrors_T > | OPENTREP::DistanceErrorScale_T |
typedef boost::array< NbOfLetters_T, 5 > | OPENTREP::DistanceErrorScaleArray_T |