alaCarte Maps
Renderer for OpenStreetMap tiles
CommentSkipper Struct Reference

Grammar to skipp c/c++ style comments. More...

#include <comment_skipper.hpp>

Inheritance diagram for CommentSkipper:

Public Member Functions

 CommentSkipper ()
 This file is part of alaCarte. More...
 

Public Attributes

qi::rule< GrammarIteratorrule_comment
 The mainrule. More...
 

Detailed Description

Grammar to skipp c/c++ style comments.

Should be used in every grammar which should support comments

Definition at line 35 of file comment_skipper.hpp.

Constructor & Destructor Documentation

CommentSkipper::CommentSkipper ( )

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 Costructs all rules fot the comment skipper grammar

Definition at line 30 of file comment_skipper.cpp.

Member Data Documentation

qi::rule<GrammarIterator> CommentSkipper::rule_comment

The mainrule.

Definition at line 40 of file comment_skipper.hpp.


The documentation for this struct was generated from the following files: