|
cutelyst
3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Member Functions | |
| ASync (Context *c) | |
| ASync class should be used in a scoped manner. More... | |
| ASync (Context *c, std::function< void(Context *c)> cb) | |
| ASync (const ASync &other) | |
| Copy constructor. | |
| ASync (ASync &&other) noexcept | |
| Move constructor. | |
| ASync & | operator= (const ASync ©) |
| ASync & | operator= (ASync &&other) noexcept |
1.8.14