cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Member Functions | |
ASyncPrivate (Context *_c) | |
ASyncPrivate (Context *_c, std::function< void(Context *c)> _cb) | |
Public Attributes | |
QPointer< Context > | c |
std::function< void(Context *c)> | cb |
|
inline |