#include <sequence.hpp>
|
| sequence (Left left, Right right) |
|
template<typename Iterator , typename Context , typename RContext > |
bool | parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, unused_type) const |
|
template<typename Iterator , typename Context , typename RContext , typename Attribute > |
bool | parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, Attribute &attr) const |
|
binary_parser const & | get_binary () const |
|
sequence< Left, Right >const & | derived () const |
|
action< sequence< Left, Right >
, Action > | operator[] (Action f) const |
|
guard< sequence< Left, Right >
, Handler > | on_error (Handler f) const |
|
template<typename Left , typename Right >
template<typename Left , typename Right >
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename RContext >
References boost::xpressive::first, boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::left, boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::right, boost::serialization::save(), and boost::spirit::x3::unused.
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename RContext , typename Attribute >
bool boost::spirit::x3::sequence< Left, Right >::parse |
( |
Iterator & |
first, |
|
|
Iterator const & |
last, |
|
|
Context const & |
context, |
|
|
RContext & |
rcontext, |
|
|
Attribute & |
attr |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: