class ThreadWithParamBase
Defined at line 1289 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h
As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
Consequently, it cannot select a correct instantiation of ThreadWithParam
in order to call its Run(). Introducing ThreadWithParamBase as a
non-templated base class for ThreadWithParam allows us to bypass this
problem.
Public Methods
void Run ()
void ~ThreadWithParamBase ()
Defined at line 1291 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h