#include <test_dictionary.h>

Public Member Functions | |
| ThreadInsert (DictType *l, DictionaryTest< DictType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int threadId=0) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| ThreadInsert (ListType *l, IteratorTest< ListType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int threadId=0) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| ThreadInsert (ListType *l, ListTest< ListType, ParaType, CLASS_NAME > *lt, int nElement, int nOperation, int threadId=0) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| ThreadInsert (SetType *s, SetTest< SetType, ParaType, CLASS_NAME > *st, int nElement, int nOperation, int threadId=0) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| test::ThreadInsert< DictType, ParaType, CLASS_NAME >::ThreadInsert | ( | DictType * | l, | |
| DictionaryTest< DictType, ParaType, CLASS_NAME > * | lt, | |||
| int | nElement, | |||
| int | nOperation, | |||
| int | threadId = 0 | |||
| ) | [inline] |
| test::ThreadInsert< DictType, ParaType, CLASS_NAME >::ThreadInsert | ( | ListType * | l, | |
| IteratorTest< ListType, ParaType, CLASS_NAME > * | lt, | |||
| int | nElement, | |||
| int | nOperation, | |||
| int | threadId = 0 | |||
| ) | [inline] |
| test::ThreadInsert< DictType, ParaType, CLASS_NAME >::ThreadInsert | ( | ListType * | l, | |
| ListTest< ListType, ParaType, CLASS_NAME > * | lt, | |||
| int | nElement, | |||
| int | nOperation, | |||
| int | threadId = 0 | |||
| ) | [inline] |
| test::ThreadInsert< DictType, ParaType, CLASS_NAME >::ThreadInsert | ( | SetType * | s, | |
| SetTest< SetType, ParaType, CLASS_NAME > * | st, | |||
| int | nElement, | |||
| int | nOperation, | |||
| int | threadId = 0 | |||
| ) | [inline] |
| void* test::ThreadInsert< DictType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
| void* test::ThreadInsert< DictType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
| void* test::ThreadInsert< DictType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
| void* test::ThreadInsert< DictType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
1.5.6