BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | List of all members
fc::detail::callback_functor< void(Args...)> Class Template Reference

#include <api_connection.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 callback_functor (std::weak_ptr< fc::api_connection > con, uint64_t id)
 
void operator() (Args... args) const
 

Detailed Description

template<typename... Args>
class fc::detail::callback_functor< void(Args...)>

Definition at line 542 of file api_connection.hpp.

Member Typedef Documentation

◆ result_type

template<typename... Args>
typedef void fc::detail::callback_functor< void(Args...)>::result_type

Definition at line 545 of file api_connection.hpp.

Constructor & Destructor Documentation

◆ callback_functor()

template<typename... Args>
fc::detail::callback_functor< void(Args...)>::callback_functor ( std::weak_ptr< fc::api_connection con,
uint64_t  id 
)
inline

Definition at line 547 of file api_connection.hpp.

Member Function Documentation

◆ operator()()

template<typename... Args>
void fc::detail::callback_functor< void(Args...)>::operator() ( Args...  args) const
inline

Definition at line 550 of file api_connection.hpp.


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