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, T > Class Template Reference

#include <future.hpp>

Inheritance diagram for fc::detail::completion_handler_impl< Functor, T >:
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, typename T>
class fc::detail::completion_handler_impl< Functor, T >

Definition at line 37 of file future.hpp.

Constructor & Destructor Documentation

◆ completion_handler_impl() [1/2]

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

Definition at line 39 of file future.hpp.

◆ completion_handler_impl() [2/2]

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

Definition at line 40 of file future.hpp.

Member Function Documentation

◆ on_complete()

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

Implements fc::detail::completion_handler.

Definition at line 42 of file future.hpp.


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