dlvhex  2.5.0
HexParserSkipperGrammar< Iterator > Struct Template Reference

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

Detailed Description

template<typename Iterator>
struct HexParserSkipperGrammar< Iterator >

Skip parser for parsing hex (eliminates spaces and comments).

Definition at line 116 of file HexGrammar.h.


Constructor & Destructor Documentation

template<typename Iterator >
DLVHEX_NAMESPACE_BEGIN HexParserSkipperGrammar< Iterator >::HexParserSkipperGrammar ( )

Constructor.

Definition at line 63 of file HexGrammar.tcc.

References HexParserSkipperGrammar< Iterator >::ws.


Field Documentation

template<typename Iterator >
boost::spirit::qi::rule<Iterator> HexParserSkipperGrammar< Iterator >::ws

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