rocs/RocsCore
GmlParser::roman< Iterator > Struct Template Reference
#include <GmlGrammar.h>
Inherits grammar< Iterator, unsigned()>.
Public Member Functions | |
roman () | |
Public Attributes | |
boost::spirit::qi::rule < Iterator, std::string()> | Key |
boost::spirit::qi::rule< Iterator > | KeyValue |
boost::spirit::qi::rule< Iterator > | List |
boost::spirit::qi::rule < Iterator, std::string()> | Sign |
boost::spirit::qi::rule < Iterator, unsigned()> | start |
boost::spirit::qi::rule < Iterator, std::string()> | String |
boost::spirit::qi::rule < Iterator, std::string()> | Value |
boost::spirit::qi::rule< Iterator > | WhiteSpace |
Detailed Description
template<typename Iterator>
struct GmlParser::roman< Iterator >
Definition at line 57 of file GmlGrammar.h.
Constructor & Destructor Documentation
template<typename Iterator >
|
inline |
Definition at line 58 of file GmlGrammar.h.
Member Data Documentation
template<typename Iterator >
boost::spirit::qi::rule<Iterator, std::string()> GmlParser::roman< Iterator >::Key |
Definition at line 80 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator> GmlParser::roman< Iterator >::KeyValue |
Definition at line 79 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator> GmlParser::roman< Iterator >::List |
Definition at line 79 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator, std::string()> GmlParser::roman< Iterator >::Sign |
Definition at line 80 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator, unsigned()> GmlParser::roman< Iterator >::start |
Definition at line 78 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator, std::string()> GmlParser::roman< Iterator >::String |
Definition at line 80 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator, std::string()> GmlParser::roman< Iterator >::Value |
Definition at line 80 of file GmlGrammar.h.
template<typename Iterator >
boost::spirit::qi::rule<Iterator> GmlParser::roman< Iterator >::WhiteSpace |
Definition at line 81 of file GmlGrammar.h.
The documentation for this struct was generated from the following file:
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.