alaCarte Maps
Renderer for OpenStreetMap tiles
comment_skipper.hpp
Go to the documentation of this file.
1 
21 #pragma once
22 #ifndef COMMENT_SKIPPER_HPP
23 #define COMMENT_SKIPPER_HPP
24 
25 #include "settings.hpp"
26 
27 
28 #include "mapcss_def.hpp"
29 
35 struct CommentSkipper : public qi::grammar<GrammarIterator>
36 {
38 
40  qi::rule<GrammarIterator> rule_comment;
41 };
42 
43 
44 #endif
Grammar to skipp c/c++ style comments.
qi::rule< GrammarIterator > rule_comment
The mainrule.
CommentSkipper()
This file is part of alaCarte.