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

VariateList.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_VARIATELIST_HPP
00002 #define __RMOL_VARIATELIST_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <list>
00009 
00010 namespace RMOL {
00011 
00016   typedef std::list<double> VariateList_T;
00017   
00024   typedef std::list<VariateList_T> DemandSimulation_T;
00025   
00026   // DEPRECATED
00036   // END OF DEPRECATED
00037   
00038 }
00039 #endif // __RMOL_VARIATELIST_HPP
SourceForge Logo

Generated on Sun Jun 14 23:33:59 2009 for RMOL by Doxygen 1.5.8