CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
unittest::StringFlyweightStoreUsage Class Reference

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>

List of all members.

Public Member Functions

 StringFlyweightStoreUsage ()
 StringFlyweightStoreUsage (const StringFlyweightStoreUsage &)
virtual ~StringFlyweightStoreUsage ()
StringFlyweightStoreUsageoperator= (const StringFlyweightStoreUsage &)

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

unittest::StringFlyweightStoreUsage & unittest::StringFlyweightStoreUsage::operator= ( const StringFlyweightStoreUsage )

Definition at line 123 of file unittest_StringFlyweightStore.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines