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