#include <googletest.h>
Public Member Functions | |
void | SetJoinable (bool) |
virtual | ~Thread () |
Protected Member Functions | |
virtual void | Run ()=0 |
Static Private Member Functions | |
static void * | InvokeThread (void *self) |
Private Attributes | |
pthread_t | th_ |
Definition at line 578 of file glog/src/googletest.h.
|
inlinevirtual |
Definition at line 580 of file glog/src/googletest.h.
Definition at line 611 of file glog/src/googletest.h.
|
protectedpure virtual |
Implemented in TestLogSinkWriter, and TestLogSinkWriter.
|
inline |
Definition at line 582 of file glog/src/googletest.h.
|
private |
Definition at line 624 of file glog/src/googletest.h.