1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
8
#include <
stdair/bom/KeyAbstract.hpp
>
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
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1