NAWA 0.9
Web Application Framework for C++
FlushCallbackContainer.h File Reference

Internal container passed to flush callback functions. More...

#include <functional>
#include <string>
#include <unordered_map>

Go to the source code of this file.

Classes

struct  nawa::FlushCallbackContainer
 

Namespaces

namespace  nawa
 

Typedefs

using nawa::FlushCallbackFunction = std::function< void(FlushCallbackContainer)>
 

Detailed Description

Internal container passed to flush callback functions.

Definition in file FlushCallbackContainer.h.