0.45.1
C++ Standard Airline IT Object Library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
GuillotineBlockKey.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_BOM_GUILLOTINEBLOCKKEY_HPP
2
#define __STDAIR_BOM_GUILLOTINEBLOCKKEY_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <iosfwd>
9
#include <string>
10
// StdAir
11
#include <
stdair/stdair_basic_types.hpp
>
12
#include <
stdair/bom/KeyAbstract.hpp
>
13
15
namespace
boost {
16
namespace
serialization {
17
class
access;
18
}
19
}
20
21
namespace
stdair {
22
26
struct
GuillotineBlockKey
:
public
KeyAbstract
{
27
friend
class
boost::serialization::access
;
28
29
// /////////// Constructors and destructors ///////////
30
private
:
34
GuillotineBlockKey
();
35
36
public
:
40
GuillotineBlockKey
(
const
GuillotineNumber_T
&);
41
45
GuillotineBlockKey
(
const
GuillotineBlockKey
&);
46
50
~GuillotineBlockKey
();
51
52
53
public
:
54
// /////////// Getters //////////
56
const
GuillotineNumber_T
&
getGuillotineNumber
()
const
{
57
return
_guillotineNumber;
58
}
59
60
61
public
:
62
// /////////// Display support methods /////////
68
void
toStream
(std::ostream& ioOut)
const
;
69
75
void
fromStream
(std::istream& ioIn);
76
86
const
std::string
toString
()
const
;
87
88
89
public
:
90
// /////////// (Boost) Serialisation support methods /////////
94
template
<
class
Archive>
95
void
serialize
(Archive& ar,
const
unsigned
int
iFileVersion);
96
97
private
:
102
void
serialisationImplementationExport()
const
;
103
void
serialisationImplementationImport();
104
105
106
private
:
107
// ///////////////// Attributes ///////////////
111
GuillotineNumber_T
_guillotineNumber;
112
113
};
114
115
}
116
#endif // __STDAIR_BOM_GUILLOTINEBLOCKKEY_HPP
Generated on Sun Aug 12 2012 18:33:54 for StdAir by
1.8.1.2