BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::detail::completion_handler_impl< Functor, void > Class Template Reference

#include <future.hpp>

Inheritance diagram for fc::detail::completion_handler_impl< Functor, void >:
fc::detail::completion_handler

Public Member Functions

 completion_handler_impl (Functor &&f)
 
 completion_handler_impl (const Functor &f)
 
virtual void on_complete (const void *v, const fc::exception_ptr &e)
 
- Public Member Functions inherited from fc::detail::completion_handler
virtual ~completion_handler ()
 

Detailed Description

template<typename Functor>
class fc::detail::completion_handler_impl< Functor, void >

Definition at line 49 of file future.hpp.

Constructor & Destructor Documentation

◆ completion_handler_impl() [1/2]

template<typename Functor >
fc::detail::completion_handler_impl< Functor, void >::completion_handler_impl ( Functor &&  f)
inline

Definition at line 51 of file future.hpp.

◆ completion_handler_impl() [2/2]

template<typename Functor >
fc::detail::completion_handler_impl< Functor, void >::completion_handler_impl ( const Functor &  f)
inline

Definition at line 52 of file future.hpp.

Member Function Documentation

◆ on_complete()

template<typename Functor >
virtual void fc::detail::completion_handler_impl< Functor, void >::on_complete ( const void *  v,
const fc::exception_ptr e 
)
inlinevirtual

Implements fc::detail::completion_handler.

Definition at line 53 of file future.hpp.


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