RetroArch
|
#include <peglib.h>
Public Member Functions | |
Capture (const std::shared_ptr< Ope > &ope, MatchAction ma, size_t id, const std::string &name) | |
size_t | parse (const char *s, size_t n, SemanticValues &sv, Context &c, any &dt) const override |
void | accept (Visitor &v) override |
Public Member Functions inherited from peg::Ope | |
virtual | ~Ope () |
Public Attributes | |
std::shared_ptr< Ope > | ope_ |
Private Attributes | |
MatchAction | match_action_ |
size_t | id_ |
std::string | name_ |
|
inline |
|
inlineoverridevirtual |
|
private |
|
private |
|
private |
std::shared_ptr<Ope> peg::Capture::ope_ |