alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <boost/spirit/include/qi.hpp>
#include <boost/algorithm/string.hpp>
#include "server/eval/eval_helpers.hpp"
#include "server/parser/color_grammar.hpp"
Go to the source code of this file.
Namespaces | |
eval | |
This file is part of alaCarte. | |
Functions | |
template<> | |
bool | eval::Conv (const string &str, bool *out, bool tryToCache) |
Use some extra function for bool conversion. More... | |
template<> | |
bool | eval::Conv (const string &str, Color *out, bool tryToCache) |
Use some extra function for color conversion. More... | |
template<> | |
bool | eval::Conv (const string &str, string *out, bool tryToCache) |
Use some extra function for string conversion. More... | |
template<> | |
bool | eval::Conv (const string &str, MaybeCachedString *out, bool tryToCache) |
Use some extra function for MaybeCachedString conversion. More... | |
template<> | |
string | eval::ToString (const bool &v) |
Variables | |
ColorGrammar | eval::color_ |