Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CachingPool.cpp

00001 #define TRACE_NAME "CachingPool"
00002 
00003 #include "CachingPool.h"
00004 
00006 //
00007 //  Standard Member Functions
00008 //
00010 
00011 CachingPool::CachingPool()
00012 {
00013     // blank default    
00014 }
00015 
00016 #if 0  /* omit definitions until they are implemented */
00017 
00018 CachingPool::CachingPool(const CachingPool& other)
00019 {
00020     NOT_IMPLEMENTED
00021 }
00022 
00023 const CachingPool& CachingPool::operator=(const CachingPool& other)
00024 {
00025     NOT_IMPLEMENTED
00026 }
00027 
00028 bool CachingPool::operator==(const CachingPool& other) const
00029 {
00030     NOT_IMPLEMENTED
00031 }
00032 
00033 bool CachingPool::operator<(const CachingPool& other) const
00034 {
00035     NOT_IMPLEMENTED
00036 }
00037 
00038 size_t CachingPool::hash() const
00039 {
00040     NOT_IMPLEMENTED
00041 }
00042 
00043 std::ostream& CachingPool::print_to(std::ostream& stream) const
00044 {
00045     NOT_IMPLEMENTED
00046 }
00047 
00048 #endif /* omit definitions until they are implemented */
00049     
00050 CachingPool::~CachingPool()
00051 {
00052     // blank default    
00053 }
00054 
00056 //
00057 //  Additional Public Member Functions
00058 //
00060 
00061 
00062 
00064 //
00065 //  Additional Private Member Functions
00066 //
00068 
00069 
00070 #if 0
00071 
00072 #include "UnitTest.h"
00073 static bool test1(std::std::ostream& out) {
00074     out << "Running!";
00075     return true;
00076 }
00077 static UnitTest t1(test1, __FILE__, 1, "");
00078 
00079 #endif
00080 #undef TRACE_NAME

Home to blindfold. This page generated via doxygen 1.2.11.1 Wed Oct 10 16:40:33 2001.