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 (ActionType t_, size_t start_, size_t end_, size_t pos_=0)
 

Public Attributes

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: