alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/variant.hpp>
#include <boost/variant/get.hpp>
#include "settings.hpp"
#include "eval_helpers.hpp"
#include "eval.hpp"
#include "stnode.hpp"
#include "../parser/parser_logger.hpp"
#include "../parser/parse_info.hpp"
Go to the source code of this file.
Classes | |
class | eval::Eval< TargetType > |
Represents a value in a style template. More... | |
class | eval::Eval< std::vector< TargetType > > |
Same as eval but with more than one value. More... | |
Namespaces | |
eval | |
This file is part of alaCarte. | |
Macros | |
#define | _EVAL_HPP |
This file is part of alaCarte. More... | |
Functions | |
shared_ptr< STNode > | eval::parseEval (string::const_iterator begin, string::const_iterator end, const shared_ptr< ParserLogger > &logger) |
Creates a new eval. More... | |
#define _EVAL_HPP |
This file is part of alaCarte.
alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.
Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Tobias Kahlert