$treeview $search $mathjax
00001 #ifndef __STDAIR_BOM_BOMHOLDERKEY_HPP 00002 #define __STDAIR_BOM_BOMHOLDERKEY_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STDAIR 00008 #include <stdair/bom/KeyAbstract.hpp> 00009 00010 namespace stdair { 00012 struct BomHolderKey : public KeyAbstract { 00013 00014 public: 00015 // /////////// Construction /////////// 00017 BomHolderKey (); 00019 ~BomHolderKey (); 00020 00021 // /////////// Display support methods ///////// 00024 void toStream (std::ostream& ioOut) const; 00025 00028 void fromStream (std::istream& ioIn); 00029 00035 const std::string toString() const; 00036 00038 const std::string describe() const; 00039 00040 }; 00041 00042 } 00043 #endif // __STDAIR_BOM_BOMHOLDERKEY_HPP