#include <peglib.h>
◆ const_iterator
◆ iterator
◆ begin() [1/2]
◆ begin() [2/2]
◆ empty()
bool peg::match::empty |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
◆ end() [2/2]
◆ indexed_capture()
std::vector<size_t> peg::match::indexed_capture |
( |
size_t |
id | ) |
const |
|
inline |
◆ indexed_captures()
std::map<size_t, std::vector<size_t> > peg::match::indexed_captures |
( |
| ) |
const |
|
inline |
◆ length()
size_t peg::match::length |
( |
size_t |
n = 0 | ) |
|
|
inline |
◆ named_capture()
◆ named_captures()
std::map<std::string, std::vector<size_t> > peg::match::named_captures |
( |
| ) |
const |
|
inline |
◆ operator[]()
const Item& peg::match::operator[] |
( |
size_t |
n | ) |
const |
|
inline |
◆ size()
size_t peg::match::size |
( |
| ) |
const |
|
inline |
◆ str()
◆ matches
std::vector<Item> peg::match::matches |
The documentation for this struct was generated from the following file: