#include <xtl_quote.h>
Inheritance diagram for xtl_quote_base:

LeftT MiddleT RightT DerivedT match_pair function: template< typename UniverseT > bool match_pair( UniverseT& edge_ );
Definition at line 86 of file xtl_quote.h.
Public Member Functions | |
| xtl_quote_base (LeftT const &left_, MiddleT const &middle_, RightT const &right_) | |
| Constructs and initializes the object. | |
| template<typename UniverseT> | |
| size_t | match (UniverseT &edge_) |
| Implements grammar evaluation method for quote match algorithm. | |
| template<typename UniverseT> | |
| size_t | find (UniverseT &edge_) |
| Implements grammar evaluation method for quote search algorithm. | |
| template<typename UniverseT> | |
| size_t | bang_find (UniverseT &edge_) |
| Implements grammar evaluation method for quote repeatable search algorithm. | |
Protected Attributes | |
| LeftT | m_left |
| Stores grammar expression describing opening clause of the quote. | |
| MiddleT | m_middle |
| Stores grammar expression describing interior clause of the quote. | |
| RightT | m_right |
| Stores grammar expression describing closing clause of the quote. | |
|
|
Implements grammar evaluation method for quote repeatable search algorithm.
Definition at line 217 of file xtl_quote.h. |
|
|
Implements grammar evaluation method for quote search algorithm.
Definition at line 176 of file xtl_quote.h. |
|
|
Implements grammar evaluation method for quote match algorithm.
Definition at line 134 of file xtl_quote.h. |
1.3.9.1