#include <myparser_rule.hpp>
Static Public Member Functions | |
static std::pair< Node *, Node * > | parse (Input &input, const Input &end) |
Protected Member Functions | |
MYPARSER_INLINE | RuleList () |
Protected Member Functions inherited from myparser::RuleNamed< N > | |
RuleNamed () | |
Protected Member Functions inherited from myparser::Rule | |
Rule () | |
Static Private Member Functions | |
template<size_t I, class R , class... Rx> | |
static MYPARSER_INLINE std::pair< Node *, Node * > | runRule (Input &input, const Input &end) |
template<size_t I> | |
static MYPARSER_INLINE std::pair< Node *, Node * > | runRule (Input &input, const Input &end) |
|
inlineprotected |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestaticprivate |