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

FacBomAbstract.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_FAC_FACBOMABSTRACT_HPP
00002 #define __RMOL_FAC_FACBOMABSTRACT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <vector>
00009 
00010 namespace RMOL {
00011 
00012   // Forward declarations
00013   class BomAbstract;
00014 
00016   class FacBomAbstract {
00017   public:
00018 
00020     typedef std::vector<BomAbstract*> BomPool_T;
00021 
00023     virtual ~FacBomAbstract();
00024 
00026     void clean();
00027 
00028   protected:
00031     FacBomAbstract() {}
00032 
00034     BomPool_T _pool;
00035   };
00036 }
00037 #endif // __RMOL_FAC_FACBOMABSTRACT_HPP
SourceForge Logo

Generated on Sat Jun 6 13:49:02 2009 for RMOL by Doxygen 1.5.7.1