CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::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 <cpunit_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 cpunit_StringFlyweightStore.hpp.


Constructor & Destructor Documentation

cpunit::StringFlyweightStoreUsage::StringFlyweightStoreUsage ( )

Definition at line 110 of file cpunit_StringFlyweightStore.cpp.

cpunit::StringFlyweightStoreUsage::StringFlyweightStoreUsage ( const StringFlyweightStoreUsage )

Definition at line 114 of file cpunit_StringFlyweightStore.cpp.

cpunit::StringFlyweightStoreUsage::~StringFlyweightStoreUsage ( ) [virtual]

Definition at line 118 of file cpunit_StringFlyweightStore.cpp.


Member Function Documentation

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

Definition at line 123 of file cpunit_StringFlyweightStore.cpp.


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