#include <ArchivingWorkerGroup.h>
Public Member Functions | |
TestAlgs (shared_ptr< const TestData > testdata) | |
constructor takes a Test object. | |
const TestData & | getTest () const |
Get the TestData object. | |
~TestAlgs () | |
Destructor gets the lock before destroying the internals. | |
ostream & | printStatus (ostream &os) const throw () |
Print the contents of this testalgs. | |
Private Attributes | |
shared_ptr< const TestData > | m_testdata |
the TestData itself. |
Associates these with a lockable mutex.
Definition at line 59 of file archiving/ArchivingService/ArchivingWorkerGroup.h.
|
constructor takes a Test object. Also works out what sort of test it is and Definition at line 62 of file archiving/ArchivingService/ArchivingWorkerGroup.h. References m_testdata. |
|
Destructor gets the lock before destroying the internals.
Definition at line 386 of file archiving/ArchivingService/ArchivingWorkerGroup.cpp. |
|
Get the TestData object.
Definition at line 64 of file archiving/ArchivingService/ArchivingWorkerGroup.h. References m_testdata. |
|
Print the contents of this testalgs.
Definition at line 395 of file archiving/ArchivingService/ArchivingWorkerGroup.cpp. |
|
the TestData itself.
Definition at line 75 of file archiving/ArchivingService/ArchivingWorkerGroup.h. Referenced by getTest(), and TestAlgs(). |