CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
|
Users of the StringFlyweightStore may contain an instance of StringFlyweightStoreUsage to make sure the StringFlyweightStore is not disposed before the user object dies. More...
#include <unittest_StringFlyweightStore.hpp>
Public Member Functions | |
StringFlyweightStoreUsage () | |
StringFlyweightStoreUsage (const StringFlyweightStoreUsage &) | |
virtual | ~StringFlyweightStoreUsage () |
StringFlyweightStoreUsage & | operator= (const StringFlyweightStoreUsage &) |
Users of the StringFlyweightStore may contain an instance of StringFlyweightStoreUsage to make sure the StringFlyweightStore is not disposed before the user object dies.
Definition at line 78 of file unittest_StringFlyweightStore.hpp.
unittest::StringFlyweightStoreUsage::StringFlyweightStoreUsage | ( | ) |
Definition at line 110 of file unittest_StringFlyweightStore.cpp.
unittest::StringFlyweightStoreUsage::StringFlyweightStoreUsage | ( | const StringFlyweightStoreUsage & | ) |
Definition at line 114 of file unittest_StringFlyweightStore.cpp.
unittest::StringFlyweightStoreUsage::~StringFlyweightStoreUsage | ( | ) | [virtual] |
Definition at line 118 of file unittest_StringFlyweightStore.cpp.
unittest::StringFlyweightStoreUsage & unittest::StringFlyweightStoreUsage::operator= | ( | const StringFlyweightStoreUsage & | ) |
Definition at line 123 of file unittest_StringFlyweightStore.cpp.