libosmscout  1.1.1
Classes | Namespaces | Typedefs
FeatureReader.h File Reference
#include <limits>
#include <vector>
#include <osmscout/TypeFeature.h>
#include <osmscout/TypeFeatures.h>
#include <osmscout/TypeConfig.h>
Include dependency graph for FeatureReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osmscout::FeatureReader< F >
 
class  osmscout::CLASS_FINAL< DataLoader >
 
class  osmscout::FeatureValueReader< F, V >
 
class  osmscout::FeatureLabelReader< F, V >
 

Namespaces

 osmscout
 

Typedefs

using osmscout::AccessRestrictedFeatureReader = FeatureReader< AccessRestrictedFeature >
 
using osmscout::BridgeFeatureReader = FeatureReader< BridgeFeature >
 
using osmscout::TunnelFeatureReader = FeatureReader< TunnelFeature >
 
using osmscout::EmbankmentFeatureReader = FeatureReader< EmbankmentFeature >
 
using osmscout::RoundaboutFeatureReader = FeatureReader< RoundaboutFeature >
 
using osmscout::NameFeatureValueReader = FeatureValueReader< NameFeature, NameFeatureValue >
 
using osmscout::NameAltFeatureValueReader = FeatureValueReader< NameAltFeature, NameAltFeatureValue >
 
using osmscout::NameShortFeatureValueReader = FeatureValueReader< NameShortFeature, NameShortFeatureValue >
 
using osmscout::RefFeatureValueReader = FeatureValueReader< RefFeature, RefFeatureValue >
 
using osmscout::LocationFeatureValueReader = FeatureValueReader< LocationFeature, LocationFeatureValue >
 
using osmscout::AddressFeatureValueReader = FeatureValueReader< AddressFeature, AddressFeatureValue >
 
using osmscout::AccessFeatureValueReader = FeatureValueReader< AccessFeature, AccessFeatureValue >
 
using osmscout::AccessRestrictedFeatureValueReader = FeatureValueReader< AccessRestrictedFeature, AccessRestrictedFeatureValue >
 
using osmscout::LayerFeatureValueReader = FeatureValueReader< LayerFeature, LayerFeatureValue >
 
using osmscout::WidthFeatureValueReader = FeatureValueReader< WidthFeature, WidthFeatureValue >
 
using osmscout::MaxSpeedFeatureValueReader = FeatureValueReader< MaxSpeedFeature, MaxSpeedFeatureValue >
 
using osmscout::GradeFeatureValueReader = FeatureValueReader< GradeFeature, GradeFeatureValue >
 
using osmscout::AdminLevelFeatureValueReader = FeatureValueReader< AdminLevelFeature, AdminLevelFeatureValue >
 
using osmscout::PostalCodeFeatureValueReader = FeatureValueReader< PostalCodeFeature, PostalCodeFeatureValue >
 
using osmscout::IsInFeatureValueReader = FeatureValueReader< IsInFeature, IsInFeatureValue >
 
using osmscout::DestinationFeatureValueReader = FeatureValueReader< DestinationFeature, DestinationFeatureValue >
 
using osmscout::ConstructionYearFeatureValueReader = FeatureValueReader< ConstructionYearFeature, ConstructionYearFeatureValue >
 
using osmscout::LanesFeatureValueReader = FeatureValueReader< LanesFeature, LanesFeatureValue >
 
using osmscout::EleFeatureValueReader = FeatureValueReader< EleFeature, EleFeatureValue >
 
using osmscout::OperatorFeatureValueReader = FeatureValueReader< OperatorFeature, OperatorFeatureValue >
 
using osmscout::NetworkFeatureValueReader = FeatureValueReader< NetworkFeature, NetworkFeatureValue >
 
using osmscout::FromToFeatureValueReader = FeatureValueReader< FromToFeature, FromToFeatureValue >
 
using osmscout::ColorFeatureValueReader = FeatureValueReader< ColorFeature, ColorFeatureValue >
 
using osmscout::NameFeatureLabelReader = FeatureLabelReader< NameFeature, NameFeatureValue >
 
using osmscout::RefFeatureLabelReader = FeatureLabelReader< RefFeature, RefFeatureValue >