ATLAS Offline Software
|
#include <Assert.h>
Public Member Functions | |
TestInvariant (TestInvariantFunction function, const void *object) | |
availability: experts only description: this class will perform an invariant test as the object goes in and out of scope. More... | |
~TestInvariant () | |
Private Attributes | |
TestInvariantFunction | m_function |
const void * | m_object |
RCU::Check::TestInvariant::TestInvariant | ( | TestInvariantFunction | function, |
const void * | object | ||
) |
availability: experts only description: this class will perform an invariant test as the object goes in and out of scope.
Definition at line 91 of file Assert.cxx.
RCU::Check::TestInvariant::~TestInvariant | ( | ) |
Definition at line 101 of file Assert.cxx.
|
private |