1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
SegmentDateHelper.hpp
Go to the documentation of this file.
1
#ifndef __AIRINV_BOM_SEGMENTDATEHELPER_HPP
2
#define __AIRINV_BOM_SEGMENTDATEHELPER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
8
// Forward declarations
9
namespace
stdair
{
10
class
SegmentDate;
11
}
12
13
namespace
AIRINV
{
16
class
SegmentDateHelper
{
17
public
:
18
// ////////// Business Methods /////////
21
static
void
fillFromRouting
(stdair::SegmentDate&);
22
32
static
void
updateElapsedTimeFromRouting
(stdair::SegmentDate&);
33
35
static
void
updateDistanceFromElapsedTime
(stdair::SegmentDate&);
36
};
37
38
}
39
#endif // __AIRINV_BOM_SEGMENTDATEHELPER_HPP
AIRINV
Definition:
AIRINV_Master_Service.hpp:38
AIRINV::SegmentDateHelper::updateDistanceFromElapsedTime
static void updateDistanceFromElapsedTime(stdair::SegmentDate &)
Definition:
SegmentDateHelper.cpp:115
AIRINV::SegmentDateHelper
Definition:
SegmentDateHelper.hpp:16
AIRINV::SegmentDateHelper::fillFromRouting
static void fillFromRouting(stdair::SegmentDate &)
Definition:
SegmentDateHelper.cpp:18
stdair
Forward declarations.
Definition:
AIRINV_Master_Service.hpp:25
AIRINV::SegmentDateHelper::updateElapsedTimeFromRouting
static void updateElapsedTimeFromRouting(stdair::SegmentDate &)
Definition:
SegmentDateHelper.cpp:72
Generated on Tue Jun 16 2015 01:10:59 for AirInv by
1.8.9.1