![]() |
XTL
0.1
eXtended Template Library
|
Character terminal parsing algorithm. More...
Additional Inherited Members | |
![]() | |
using | decl_type = character< _value > |
using | impl_type = character< _value > |
using | rule_type = rule< character< _value >, character< _value > > |
![]() | |
using | pointer_type = std::shared_ptr< rule_base > |
using | vector_type = std::vector< pointer_type > |
![]() | |
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... | |
![]() | |
vector_type | _Items |
Character terminal parsing algorithm.
This template is infrequently used directly. The CHARACTER macro is provided to declare a character terminal.