StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
BomHolderKey.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BOM_BOMHOLDERKEY_HPP
2 #define __STDAIR_BOM_BOMHOLDERKEY_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STDAIR
9 
10 namespace stdair {
12  struct BomHolderKey : public KeyAbstract {
13 
14  public:
15  // /////////// Construction ///////////
17  BomHolderKey ();
19  ~BomHolderKey ();
20 
21  // /////////// Display support methods /////////
24  void toStream (std::ostream& ioOut) const;
25 
28  void fromStream (std::istream& ioIn);
29 
35  const std::string toString() const;
36 
38  const std::string describe() const;
39 
40  };
41 
42 }
43 #endif // __STDAIR_BOM_BOMHOLDERKEY_HPP
const std::string toString() const
Handle on the StdAir library context.
Base class for the keys of Business Object Model (BOM) layer.
Definition: KeyAbstract.hpp:27
void toStream(std::ostream &ioOut) const
void fromStream(std::istream &ioIn)
const std::string describe() const