Crow  1.0
A C++ microframework for the web
crow::mustache::Action Struct Reference
Collaboration diagram for crow::mustache::Action:

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
 

Constructor & Destructor Documentation

◆ Action()

crow::mustache::Action::Action ( ActionType  t,
size_t  start,
size_t  end,
size_t  pos = 0 
)
inline

Member Data Documentation

◆ start

int crow::mustache::Action::start

◆ end

int crow::mustache::Action::end

◆ pos

int crow::mustache::Action::pos

◆ t

ActionType crow::mustache::Action::t

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