alaCarte Maps
Renderer for OpenStreetMap tiles
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
selector.cpp
Go to the documentation of this file.
1
23
#include "
server/selectors/selector.hpp
"
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.hpp
Selector::Selector
Selector(const shared_ptr< Rule > &rule, const shared_ptr< Selector > &next)
This file is part of alaCarte.
Definition:
selector.cpp:26
rule.hpp
src
server
selectors
selector.cpp
Generated on Thu May 24 2018 16:14:00 for alaCarte Maps by
1.8.11