RetroArch
|
#include <peglib.h>
Public Member Functions | |
NotPredicate (const std::shared_ptr< Ope > &ope) | |
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_ |
|
inlineoverridevirtual |
std::shared_ptr<Ope> peg::NotPredicate::ope_ |