#include <test_bdeque.h>

Public Member Functions | |
| ThreadPushRight (DequeType *q, BDequeTest< DequeType, ParaType, CLASS_NAME > *qt, int nOperation) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
| ThreadPushRight (DequeType *q, DequeTest< DequeType, ParaType, CLASS_NAME > *qt, int nElement, int nOperation) | |
| void * | run () |
| default run() method, which is intended to be overrided by subclass. | |
Static Public Member Functions | |
| static ParaType | getChecksum () |
| static ParaType | getChecksum () |
Static Public Attributes | |
| static atomic< ParaType > | checksum |
| test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::ThreadPushRight | ( | DequeType * | q, | |
| BDequeTest< DequeType, ParaType, CLASS_NAME > * | qt, | |||
| int | nOperation | |||
| ) | [inline] |
| test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::ThreadPushRight | ( | DequeType * | q, | |
| DequeTest< DequeType, ParaType, CLASS_NAME > * | qt, | |||
| int | nElement, | |||
| int | nOperation | |||
| ) | [inline] |
| static ParaType test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::getChecksum | ( | ) | [inline, static] |
| void* test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
| static ParaType test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::getChecksum | ( | ) | [inline, static] |
| void* test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::run | ( | ) | [inline, virtual] |
default run() method, which is intended to be overrided by subclass.
Reimplemented from amino::Thread.
atomic< ParaType > test::ThreadPushRight< DequeType, ParaType, CLASS_NAME >::checksum [inline, static] |
1.5.6