![]() |
Protium
Math and Design Features
|
Abstract class to hold priority for deletion. More...
#include <DeletionPolicies.h>
Public Member Functions | |
| DeletionTracker (unsigned int x) | |
| Default constructor. More... | |
| virtual | ~DeletionTracker ()=0 |
| Abstract definition. More... | |
Static Public Member Functions | |
| static bool | Compare (const DeletionTracker *lhs, const DeletionTracker *rhs) |
| For Comparing priority of deletion. More... | |
Private Attributes | |
| unsigned int | fPriority |
| Priority of this class to be deleted (higher implies greater priority) More... | |
Abstract class to hold priority for deletion.
Definition at line 41 of file DeletionPolicies.h.
|
inline |
Default constructor.
Definition at line 46 of file DeletionPolicies.h.
|
inlinepure virtual |
|
inlinestatic |
For Comparing priority of deletion.
Definition at line 52 of file DeletionPolicies.h.
|
private |
Priority of this class to be deleted (higher implies greater priority)
Definition at line 43 of file DeletionPolicies.h.