SaltAPI  1.1
An API for the HTTPd / Zia by Salty Studio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ProcessingList.hpp File Reference
#include <list>
#include <functional>
Include dependency graph for ProcessingList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HTTP::ProcessingList
 

Namespaces

 HTTP
 

Typedefs

typedef std::function< bool(Request
*req, Response *res,
ProcessingList *pl)> 
HTTP::EventFunction
 
typedef std::list< EventFunction > HTTP::EventFunctionList