alaCarte Maps
Renderer for OpenStreetMap tiles
selector.cpp
Go to the documentation of this file.
1 
24 #include "server/rule.hpp"
25 
26 Selector::Selector(const shared_ptr<Rule>& rule, const shared_ptr<Selector>& next)
27  : rule(rule)
28  , next(next)
29  , geodata(rule->getGeodata())
30 {
31 }
Selector(const shared_ptr< Rule > &rule, const shared_ptr< Selector > &next)
This file is part of alaCarte.
Definition: selector.cpp:26