Used during mustache template compilation to represent parsing actions. More...
#include <mustache.h>
Public Member Functions | |
| Action (char tag_char_, ActionType t_, size_t start_, size_t end_, size_t pos_=0) | |
| bool | missing_end_pair () const |
Public Attributes | |
| bool | has_end_match |
| char | tag_char |
| int | start |
| int | end |
| int | pos |
| ActionType | t |
Used during mustache template compilation to represent parsing actions.