Public Member Functions | |
SDAllocationCheck (const std::string &message, int expectedAllocations) | |
~SDAllocationCheck () | |
Private Attributes | |
std::string | mMessage |
U32 | mExpectedAllocations |
U32 | mAllocationAtStart |
Definition at line 55 of file llsd_new_tut.cpp.
tut::SDAllocationCheck::SDAllocationCheck | ( | const std::string & | message, | |
int | expectedAllocations | |||
) | [inline] |
Definition at line 62 of file llsd_new_tut.cpp.
tut::SDAllocationCheck::~SDAllocationCheck | ( | ) | [inline] |
Definition at line 67 of file llsd_new_tut.cpp.
References LLSD::allocationCount(), tut::ensure_equals(), mAllocationAtStart, mExpectedAllocations, and mMessage.
std::string tut::SDAllocationCheck::mMessage [private] |