Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
peg::TokenBoundary Class Reference

#include <peglib.h>

Inheritance diagram for peg::TokenBoundary:
[legend]
Collaboration diagram for peg::TokenBoundary:
[legend]

Public Member Functions

 TokenBoundary (const std::shared_ptr< Ope > &ope)
size_t parse_core (const char *s, size_t n, SemanticValues &vs, Context &c, std::any &dt) const override
void accept (Visitor &v) override
Public Member Functions inherited from peg::Ope
virtual ~Ope ()=default
size_t parse (const char *s, size_t n, SemanticValues &vs, Context &c, std::any &dt) const

Public Attributes

std::shared_ptr< Opeope_

Constructor & Destructor Documentation

◆ TokenBoundary()

peg::TokenBoundary::TokenBoundary ( const std::shared_ptr< Ope > & ope)
inline

Member Function Documentation

◆ accept()

void peg::TokenBoundary::accept ( Visitor & v)
inlineoverridevirtual

Implements peg::Ope.

Here is the call graph for this function:

◆ parse_core()

size_t peg::TokenBoundary::parse_core ( const char * s,
size_t n,
SemanticValues & vs,
Context & c,
std::any & dt ) const
inlineoverridevirtual

Implements peg::Ope.

Here is the call graph for this function:

Member Data Documentation

◆ ope_

std::shared_ptr<Ope> peg::TokenBoundary::ope_

The documentation for this class was generated from the following file:
  • libcockatrice_utility/libcockatrice/utility/peglib.h