Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | OwnershipTestDummyClass |
Functions | |
void | PMTCreationAndCleanup () |
TFResult | TestInvalidSize () |
TFResult | TestCCSB () |
TFResult | TestEvents () |
TFResult | TestOwnership () |
TFResult | CheckTestEvents () |
void | PassCheckEvents (ParticleManager pm) |
TFResult | TestCreationSmallBlocking (int size, bool enableAsserts=true) |
TFResult | TestCleanup (string f, int p1=0) |
TFResult | TestMultiCreation (int instances) |
Variables | |
class OwnershipTestDummyClass | m_EventTestManagerID |
bool | m_bTestEventsPassed = false |
int | m_OwnershipTestManagerID |
TFResult CheckTestEvents | ( | ) |
Definition at line 94 of file pmtcreationandcleanup.c.
void PassCheckEvents | ( | ParticleManager | pm | ) |
Definition at line 122 of file pmtcreationandcleanup.c.
void PMTCreationAndCleanup | ( | ) |
Definition at line 16 of file pmtcreationandcleanup.c.
TFResult TestCCSB | ( | ) |
Definition at line 41 of file pmtcreationandcleanup.c.
Definition at line 149 of file pmtcreationandcleanup.c.
Definition at line 131 of file pmtcreationandcleanup.c.
TFResult TestEvents | ( | ) |
Definition at line 48 of file pmtcreationandcleanup.c.
TFResult TestInvalidSize | ( | ) |
Definition at line 28 of file pmtcreationandcleanup.c.
Definition at line 171 of file pmtcreationandcleanup.c.
TFResult TestOwnership | ( | ) |
Definition at line 67 of file pmtcreationandcleanup.c.
bool m_bTestEventsPassed = false |
Definition at line 9 of file pmtcreationandcleanup.c.
class OwnershipTestDummyClass m_EventTestManagerID |
int m_OwnershipTestManagerID |
Definition at line 11 of file pmtcreationandcleanup.c.