Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
api_connection.hpp File Reference
#include <fc/variant.hpp>
#include <fc/api.hpp>
#include <fc/any.hpp>
#include <memory>
#include <vector>
#include <functional>
#include <utility>
#include <fc/signals.hpp>
Include dependency graph for api_connection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fc::detail::callback_functor< Signature >
 
class  fc::detail::any_api
 
class  fc::generic_api
 
class  fc::api_connection
 
class  fc::local_api_connection
 
class  fc::detail::callback_functor< void(Args...)>
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::detail
 

Functions

template<typename R , typename Arg0 , typename ... Args>
std::function< R(Args...)> fc::detail::bind_first_arg (const std::function< R(Arg0, Args...)> &f, Arg0 a0)
 
template<typename R >
R fc::detail::call_generic (const std::function< R()> &f, variants::const_iterator a0, variants::const_iterator e)
 
template<typename R , typename Arg0 , typename ... Args>
R fc::detail::call_generic (const std::function< R(Arg0, Args...)> &f, variants::const_iterator a0, variants::const_iterator e)
 
template<typename R , typename ... Args>
std::function< variant(const fc::variants &)> fc::detail::to_generic (const std::function< R(Args...)> &f)
 
template<typename ... Args>
std::function< variant(const fc::variants &)> fc::detail::to_generic (const std::function< void(Args...)> &f)