Apache Mesos
Friends | List of all members
process::Deferred< F > Struct Template Reference

#include <deferred.hpp>

Inheritance diagram for process::Deferred< F >:

Friends

class Executor
 
template<typename G >
struct _Deferred
 
template<typename T >
Deferred< void()> defer (const PID< T > &pid, void(T::*method)())
 
template<typename R , typename T >
Deferred< Future< R >)> defer (const PID< T > &pid, Future< R >(T::*method)())
 
template<typename R , typename T >
Deferred< Future< R >)> defer (const PID< T > &pid, R(T::*method)())
 

Friends And Related Function Documentation

template<typename F>
template<typename G >
friend struct _Deferred
friend
template<typename F>
template<typename T >
Deferred<void()> defer ( const PID< T > &  pid,
void(T::*)()  method 
)
friend
template<typename F>
template<typename R , typename T >
Deferred<Future<R>)> defer ( const PID< T > &  pid,
Future< R >(T::*)()  method 
)
friend
template<typename F>
template<typename R , typename T >
Deferred<Future<R>)> defer ( const PID< T > &  pid,
R(T::*)()  method 
)
friend
template<typename F>
friend class Executor
friend

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