Represents a parse algorithm where the terminal or rule repeats exactly zero or one time in the input stream Always successfully parses whether or not the element parses.
More...
|
template<typename... _ChildRuleTs> |
| zero_or_one_ (_ChildRuleTs &&...oChildRules) |
|
| rule (_ChildRuleTs &&...oChildRules) |
|
virtual bool | isa (const std::type_info &oType) const override |
| Determines if the interface is implemented by a concrete type. More...
|
|
virtual const std::type_info & | type () const override |
| Gets the type info of the concrete implementation.
|
|
template<typename... _ChildRuleTs> |
| rule_base (_ChildRuleTs &&...oChildRules) |
| Constructor. More...
|
|
const vector_type & | items () const |
| Accessor for child parse elements. More...
|
|
template<typename _Ty>
class xtd::parse::zero_or_one_< _Ty >
Represents a parse algorithm where the terminal or rule repeats exactly zero or one time in the input stream Always successfully parses whether or not the element parses.
- Template Parameters
-
_Ty | the rule or terminal to parse |
Definition at line 202 of file parse.hpp.
The documentation for this class was generated from the following file: