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: