Classes | Namespaces | Functions | Variables

is_rpc_call.hpp File Reference

Go to the source code of this file.

Classes

struct  graphlab::dc_impl::is_rpc_call_detail::less_than_2_args< F >
struct  graphlab::dc_impl::is_rpc_call_detail::get_args< F, nargs >
struct  graphlab::dc_impl::is_rpc_call< F >

Namespaces

namespace  graphlab
 

The namespace containing all graphlab objects and functions.


Functions

 graphlab::dc_impl::BOOST_PP_REPEAT (6, BLOCK_VAR_ARGS, _) BOOST_PP_REPEAT(6

Variables

 graphlab::dc_impl::GEN_GET_USER_ARG

Detailed Description

An RPC-aware call is a function of the form: ... fn(distributed_control& dc, procid_t source....) The code here checks for that.

Definition in file is_rpc_call.hpp.