#include <test_list.h>
Public Member Functions | |
ThreadRemove (ListType *l, ListTest< ListType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int nThread=1) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. | |
ThreadRemove (SetType *s, SetTest< SetType, ParaType, CLASS_NAME > *st, int nElement, int nOperation, int nThread=1) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::ThreadRemove< ListType, ParaType, CLASS_NAME >::ThreadRemove | ( | ListType * | l, | |
ListTest< ListType, ParaType, CLASS_NAME > * | lt, | |||
int | nElement, | |||
int | nOperation, | |||
int | nThread = 1 | |||
) | [inline] |
test::ThreadRemove< ListType, ParaType, CLASS_NAME >::ThreadRemove | ( | SetType * | s, | |
SetTest< SetType, ParaType, CLASS_NAME > * | st, | |||
int | nElement, | |||
int | nOperation, | |||
int | nThread = 1 | |||
) | [inline] |
void* test::ThreadRemove< ListType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
void* test::ThreadRemove< ListType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.