#include <test_stack.h>
Public Member Functions | |
ThreadPop (TestType *s, StackTest< TestType, ParaType, CLASS_NAME > *st, int nElement, int nOperation) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::ThreadPop< TestType, ParaType, CLASS_NAME >::ThreadPop | ( | TestType * | s, | |
StackTest< TestType, ParaType, CLASS_NAME > * | st, | |||
int | nElement, | |||
int | nOperation | |||
) | [inline] |
void* test::ThreadPop< TestType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.