Crow  1.1
A C++ microframework for the web
crow::mustache::Action Struct Reference

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
 

Detailed Description

Used during mustache template compilation to represent parsing actions.

See also
compile
template_t

The documentation for this struct was generated from the following file: