MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
Public Member Functions
mace::rpc::json::connection::function_filter Struct Reference

#include <connection.hpp>

List of all members.

Public Member Functions

 function_filter (connection &c)
template<typename T >
const T & operator() (const T &v)
template<typename T >
void operator() (const json::value &j, T &v)
template<typename Signature >
void operator() (const json::value &j, boost::function< Signature > &v)
template<typename Signature >
std::string operator() (const boost::function< Signature > &f)

Detailed Description

When packing parameters, intercept any boost function and create a callback for it.

Definition at line 59 of file connection.hpp.


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