dlvhex
2.5.0
|
Skip parser for parsing hex (eliminates spaces and comments). More...
#include <include/dlvhex2/HexGrammar.h>
Public Member Functions | |
HexParserSkipperGrammar () | |
Constructor. | |
Data Fields | |
boost::spirit::qi::rule< Iterator > | ws |
Skip parser for parsing hex (eliminates spaces and comments).
Definition at line 116 of file HexGrammar.h.
DLVHEX_NAMESPACE_BEGIN HexParserSkipperGrammar< Iterator >::HexParserSkipperGrammar | ( | ) |
Constructor.
Definition at line 63 of file HexGrammar.tcc.
References HexParserSkipperGrammar< Iterator >::ws.
boost::spirit::qi::rule<Iterator> HexParserSkipperGrammar< Iterator >::ws |
Definition at line 121 of file HexGrammar.h.
Referenced by HexParserSkipperGrammar< Iterator >::HexParserSkipperGrammar().