#include <test_dictionary.h>
Public Member Functions | |
ThreadDeleteValue (DictType *l, DictionaryTest< DictType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int nThread=0) | |
void * | run () |
default run() method, which is intended to be overrided by subclass. |
test::ThreadDeleteValue< DictType, ParaType, CLASS_NAME >::ThreadDeleteValue | ( | DictType * | l, | |
DictionaryTest< DictType, ParaType, CLASS_NAME > * | lt, | |||
int | nElement, | |||
int | nOperation, | |||
int | nThread = 0 | |||
) | [inline] |
void* test::ThreadDeleteValue< DictType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.