regions.cpp File Reference

CPP API: regions.cpp File Reference
regions.cpp File Reference
#include "memilio/geography/regions.h"
#include "memilio/geography/holiday_data.ipp"
#include <algorithm>
#include <tuple>
Include dependency graph for regions.cpp:

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

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...