#include <thd_no_cxx11.h>
|
| 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 () |
| |
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, |
|
|
U |
arg |
|
) |
| |
|
inline |
| grpc::thread::~thread |
( |
| ) |
|
|
inline |
| grpc::thread::thread |
( |
thread && |
other | ) |
|
|
inline |
| void grpc::thread::join |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: