$treeview $search $mathjax
00001 #ifndef __AIRTSP_BOM_BOMDISPLAY_HPP 00002 #define __AIRTSP_BOM_BOMDISPLAY_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STL 00008 #include <iosfwd> 00009 #include <string> 00010 // Airtsp 00011 00013 namespace stdair { 00014 class BomRoot; 00015 } 00016 00017 namespace AIRTSP { 00018 00020 class ReachableUniverse; 00021 00026 class BomDisplay { 00027 public: 00028 // //////////////// Display support methods ///////////////// 00037 static std::string csvDisplay (const stdair::BomRoot&); 00038 00047 static void csvDisplay (std::ostream&, const ReachableUniverse&); 00048 }; 00049 00050 } 00051 #endif // __AIRTSP_BOM_BOMDISPLAY_HPP