index purpose DskMBTree.C ........... Disk Management with a binary tree DskMBTree.h ........... Disk Management class declaration GFactory.h ............ Factory template class to manage each object type Gbiostream.C .......... IO stream class implementation Gbiostream.h .......... IO stream class for disk io Gbistream.h ........... Input stream template class for disk io Gbostream.h ........... Output stream template class for disk io these implement basic C++ types and string these implement STL collection templates see example4.C for a vector<double> type Makefile .............. make POBException.C ........ Exception class implementation POBException.h ........ Exceptions classes for Persistent Objects POBObj.h .............. interface class for persistence POBbase.h ............. Persistence Broker base template class, the guts uses a disk manager object uses an object availability object POBroker.h ............ Persistence Broker template class, public API *.DAT ................. Container of user objects and "available objects" *.avl ................. Container to manager available space objects *.bt .................. Container to cache objects as needed POB object examples inherit from the POBObj class bucket.C .............. Bucket class implementation bucket.h .............. Bucket class contains a collection of double example.C ............. ABC class implementation: assigment, string& conversion example.h ............. ABC class declaration, inherits the POBObj class example1.C ............ write, read, and modify the ABC class example2.C ............ read, delete a ABC class example3.C ............ show all ABC class objects that persist example4.C ............ show Bucket class objects that persists a collection bootstrap POB object to implement POBbase template objAvl.C .............. object available free space class implementation objAvl.h .............. object available free space class declaration readme ................ usage notes
Hosted by www.Geocities.ws

1