regions.h File Reference

CPP API: regions.h File Reference
regions.h File Reference
Include dependency graph for regions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::regions::Region
 Index for enumerating subregions (cities, counties, etc.) of the modelled area. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::regions
 Contains utilities that depend on geographical regions.
 

Functions

 mio::regions::DECL_TYPESAFE (int, CountyId)
 Id of a county. More...
 
 mio::regions::DECL_TYPESAFE (int, DistrictId)
 
 mio::regions::DECL_TYPESAFE (int, StateId)
 Id of a state. More...
 
Range< std::vector< std::pair< Date, Date > >::const_iterator > mio::regions::get_holidays (StateId state)
 get the holidays in a german state. More...
 
Range< std::vector< std::pair< Date, Date > >::const_iterator > mio::regions::get_holidays (StateId state, Date start_date, Date end_date)
 get the holidays in a german state in a given time period. More...
 
StateId mio::regions::get_state_id (int county)
 get the id of the state that the specified county is in. More...