libcrtc
List of all members
crtc::Promise< void > Class Template Reference
Inheritance diagram for crtc::Promise< void >:
crtc::Promise<> crtc::Reference

Additional Inherited Members

- Public Types inherited from crtc::Promise<>
typedef Functor< void(Args...)> FullFilledCallback
 
typedef Callback FinallyCallback
 
typedef ErrorCallback RejectedCallback
 
typedef Functor< void(const FullFilledCallback &resolve, const RejectedCallback &reject)> ExecutorCallback
 
- Public Member Functions inherited from crtc::Promise<>
Let< Promise< Args... > > Then (const FullFilledCallback &callback)
 
Let< Promise< Args... > > Catch (const RejectedCallback &callback)
 
Let< Promise< Args... > > Finally (const FinallyCallback &callback)
 
- Static Public Member Functions inherited from crtc::Promise<>
static Let< Promise< Args... > > New (const ExecutorCallback &executor, const Let< Worker > &worker=Worker::This())
 

The documentation for this class was generated from the following file: