GRPC C++  1.0.0
Data Structures | Public Member Functions
grpc::thread Class Reference

#include <thd_no_cxx11.h>

Public Member Functions

template<class T >
 thread (void(T::*fptr)(), T *obj)
 
template<class T , class U >
 thread (void(T::*fptr)(U arg), T *obj, U arg)
 
 ~thread ()
 
 thread (thread &&other)
 
void join ()
 

Constructor & Destructor Documentation

template<class T >
grpc::thread::thread ( void(T::*)()  fptr,
T *  obj 
)
inline
template<class T , class U >
grpc::thread::thread ( void(T::*)(U arg)  fptr,
T *  obj,
arg 
)
inline
grpc::thread::~thread ( )
inline
grpc::thread::thread ( thread &&  other)
inline

Member Function Documentation

void grpc::thread::join ( )
inline

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