StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
10namespace stdair {
12 struct BomHolderKey : public KeyAbstract {
13
14 public:
15 // /////////// Construction ///////////
17 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
Handle on the StdAir library context.
void fromStream(std::istream &ioIn)
const std::string toString() const
const std::string describe() const
void toStream(std::ostream &ioOut) const
Base class for the keys of Business Object Model (BOM) layer.