cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::ASyncPrivate Class Reference

Public Member Functions

 ASyncPrivate (Context *_c)
 
 ASyncPrivate (Context *_c, std::function< void(Context *c)> _cb)
 

Public Attributes

QPointer< Contextc
 
std::function< void(Context *c)> cb
 

Detailed Description

Definition at line 18 of file async.cpp.

Constructor & Destructor Documentation

◆ ASyncPrivate() [1/2]

Cutelyst::ASyncPrivate::ASyncPrivate ( Context _c)
inline

Definition at line 21 of file async.cpp.

◆ ASyncPrivate() [2/2]

Cutelyst::ASyncPrivate::ASyncPrivate ( Context _c,
std::function< void(Context *c)>  _cb 
)
inline

Definition at line 27 of file async.cpp.

◆ ~ASyncPrivate()

Cutelyst::ASyncPrivate::~ASyncPrivate ( )
inline

Definition at line 34 of file async.cpp.

Member Data Documentation

◆ c

QPointer<Context> Cutelyst::ASyncPrivate::c

Definition at line 45 of file async.cpp.

◆ cb

std::function<void(Context *c)> Cutelyst::ASyncPrivate::cb

Definition at line 46 of file async.cpp.