#include <any_parser.hpp>
|
| any_parser () |
|
template<typename Expr , typename Enable = typename enable_if<traits::is_parser<Expr>>::type> |
| any_parser (Expr const &expr) |
|
| any_parser (any_parser const &other) |
|
| any_parser (any_parser &&other)=default |
|
any_parser & | operator= (any_parser const &other) |
|
any_parser & | operator= (any_parser &&other)=default |
|
template<typename Iterator_ , typename Context_ > |
bool | parse (Iterator_ &first, Iterator_ const &last, Context_ const &context, unused_type, Attribute &attr) const |
|
template<typename Iterator_ , typename Context_ , typename Attribute_ > |
bool | parse (Iterator_ &first, Iterator_ const &last, Context_ const &context, unused_type, Attribute_ &attr_) const |
|
std::string | get_info () const |
|
any_parser< Iterator,
Attribute, Context >const & | derived () const |
|
action< any_parser< Iterator,
Attribute, Context >, Action > | operator[] (Action f) const |
|
guard< any_parser< Iterator,
Attribute, Context >, Handler > | on_error (Handler f) const |
|
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Expr , typename Enable = typename enable_if<traits::is_parser<Expr>>::type>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator_ , typename Context_ >
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator_ , typename Context_ , typename Attribute_ >
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
template<typename Iterator, typename Attribute = unused_type, typename Context = subcontext<>>
The documentation for this struct was generated from the following file: