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

OnDiskPool.h

00001 // See the file LICENSE in the some directory as this file for legal
00002 // notices about this software.   
00003 // $Id: OnDiskPool_8h-source.html,v 1.8 2001/10/10 20:40:58 sandro Exp $
00004 #ifndef DEV_W3_ORG__2001_BLINDFOLD_SRC_ONDISKPOOL_H
00005 #define DEV_W3_ORG__2001_BLINDFOLD_SRC_ONDISKPOOL_H
00006 #include "config.h"
00007 
00008 
00009 #include "Pool.h"
00010 
00017 class OnDiskPool : public Pool {
00018       
00019 public:
00020 
00021     // STANDARD MEMBER FUNCTIONS
00022     OnDiskPool();
00023     OnDiskPool(const OnDiskPool& other);
00024     const OnDiskPool& operator=(const OnDiskPool& other);
00025     bool operator==(const OnDiskPool& other) const;
00026     bool operator<(const OnDiskPool& other) const;
00027     size_t hash() const;
00028     friend std::ostream& operator<<(std::ostream& s, const OnDiskPool& me);
00029     //std::ostream& print_to(std::ostream& stream) const;   
00030     virtual ~OnDiskPool();       
00031 
00032     // CLASS-SPECIFIC PUBLIC INTERFACE
00033 
00034 
00035 private:
00036 
00037 
00038 };     
00039 
00040 
00041 STANDARD_EXTERNAL(OnDiskPool)
00042 
00043 #endif   /* ONDISKPOOL */  // -*-C++-*-

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