rocs/RocsCore
DotGrammar.cpp File Reference
#include "DotGrammar.h"#include "DotGraphParsingHelper.h"#include <Document.h>#include <KDebug>#include <boost/spirit/include/qi.hpp>#include <boost/spirit/include/qi_int.hpp>#include <boost/spirit/include/qi_real.hpp>#include <boost/spirit/include/qi_string.hpp>#include <boost/spirit/repository/include/qi_distinct.hpp>#include <boost/spirit/repository/include/qi_confix.hpp>#include <boost/spirit/include/phoenix_core.hpp>#include <boost/spirit/include/phoenix_operator.hpp>#include <boost/spirit/include/phoenix_stl.hpp>
Include dependency graph for DotGrammar.cpp:

Go to the source code of this file.
Namespaces | |
| distinct | |
| distinct::traits | |
| DotParser | |
Macros | |
| #define | BOOST_SPIRIT_DEBUG 1 |
| #define | KGV_MAX_ITEMS_TO_LOAD std::numeric_limits<size_t>::max() |
| #define | SKIPPER space | confix("//", eol)[*(char_ - eol)] | confix("/*", "*/")[*(char_ - "*/")] |
Typedefs | |
| typedef traits::char_spec < std::string >::type | distinct::charset_tag_type |
| typedef traits::distinct_spec < charset_tag_type >::type | distinct::keyword_tag_type |
Variables | |
| keyword_tag_type const | distinct::keyword = distinct_spec(char_spec(keyword_spec)) |
| DotGraphParsingHelper * | DotParser::phelper = 0 |
Macro Definition Documentation
| #define BOOST_SPIRIT_DEBUG 1 |
Definition at line 40 of file DotGrammar.cpp.
| #define KGV_MAX_ITEMS_TO_LOAD std::numeric_limits<size_t>::max() |
Definition at line 37 of file DotGrammar.cpp.
| #define SKIPPER space | confix("//", eol)[*(char_ - eol)] | confix("/*", "*/")[*(char_ - "*/")] |
Definition at line 43 of file DotGrammar.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference