#include <peglib.h>
|
std::vector< std::shared_ptr< Ope > > | opes_ |
|
◆ PrioritizedChoice() [1/3]
template<typename... Args>
peg::PrioritizedChoice::PrioritizedChoice |
( |
const Args &... |
args | ) |
|
|
inline |
◆ PrioritizedChoice() [2/3]
peg::PrioritizedChoice::PrioritizedChoice |
( |
const std::vector< std::shared_ptr< Ope >> & |
opes | ) |
|
|
inline |
◆ PrioritizedChoice() [3/3]
peg::PrioritizedChoice::PrioritizedChoice |
( |
std::vector< std::shared_ptr< Ope >> && |
opes | ) |
|
|
inline |
◆ accept()
◆ parse()
◆ size()
size_t peg::PrioritizedChoice::size |
( |
| ) |
const |
|
inline |
◆ opes_
std::vector<std::shared_ptr<Ope> > peg::PrioritizedChoice::opes_ |
The documentation for this class was generated from the following file: