#include <alternative.hpp>
|
| alternative (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 |
|
alternative< Left, Right >const & | derived () const |
|
action< alternative< Left,
Right >, Action > | operator[] (Action f) const |
|
guard< alternative< 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 >
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename RContext , typename Attribute >
bool boost::spirit::x3::alternative< 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: