$treeview $search $mathjax
00001 #ifndef __MYPROVIDER_BOMROOT_HPP 00002 #define __MYPROVIDER_BOMROOT_HPP 00003 00008 // ////////////////////////////////////////////////////////////////////// 00009 // Import section 00010 // ////////////////////////////////////////////////////////////////////// 00011 // STL 00012 #include <string> 00013 // StdAir 00014 #include <stdair/bom/BomRoot.hpp> 00015 00016 namespace myprovider { 00017 00020 class BomRoot : public stdair::BomRoot { 00021 public: 00022 // /////////// Display support methods ///////// 00024 std::string toString() const { return describeKey(); } 00025 00028 const std::string describeKey() const { return std::string (""); } 00029 00030 public: 00034 BomRoot (const Key_T&); 00036 ~BomRoot(); 00038 BomRoot (); 00039 BomRoot (const BomRoot&); 00040 }; 00041 00042 } 00046 #endif // __MYPROVIDER_BOMROOT_HPP