#include <parse_shims.h>
|
template<typename Iterator , typename Context , typename Skipper , typename Attribute > |
bool | parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr) const |
|
template<typename Context > |
boost::spirit::info | what (Context &) const |
|
Definition at line 45 of file parse_shims.h.
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool shims::catchall_parser::parse |
( |
Iterator & |
first, |
|
|
Iterator const & |
last, |
|
|
Context & |
, |
|
|
Skipper const & |
skipper, |
|
|
Attribute & |
attr |
|
) |
| const |
|
inline |
Definition at line 58 of file parse_shims.h.
64 boost::spirit::qi::skip_over(first, last, skipper);
71 (std::isalnum(*it) || *it ==
'_' || *it ==
':' || *it ==
'@'))
77 Attribute
result(first, it);
82 boost::spirit::traits::assign_to(
result, attr);
bool maximally_munched_ass(char ch)
bool isSnippetMode(bool m)
template<typename Context >
boost::spirit::info shims::catchall_parser::what |
( |
Context & |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: