RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

BucketList.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_BUCKETLIST_HPP
00002 #define __RMOL_BUCKETLIST_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <list>
00009 
00010 namespace RMOL {
00011 
00013   class Bucket;
00014 
00016   typedef std::list<Bucket*> BucketList_T;
00017 }
00018 #endif // __RMOL_BUCKETLIST_HPP
SourceForge Logo

Generated on Sat Sep 26 13:14:14 2009 for RMOL by Doxygen 1.6.1