1.00.14
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
FacRmolServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __RMOL_FAC_FACRMOLSERVICECONTEXT_HPP
2
#define __RMOL_FAC_FACRMOLSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_basic_types.hpp>
11
#include <stdair/service/FacServiceAbstract.hpp>
12
13
namespace
RMOL
{
14
16
class
RMOL_ServiceContext
;
17
18
22
class
FacRmolServiceContext
:
public
stdair::FacServiceAbstract {
23
public
:
24
31
static
FacRmolServiceContext
&
instance
();
32
39
~FacRmolServiceContext
();
40
48
RMOL_ServiceContext
&
create
();
49
50
51
protected
:
57
FacRmolServiceContext
() {}
58
59
60
private
:
64
static
FacRmolServiceContext
* _instance;
65
};
66
67
}
68
#endif
// __RMOL_FAC_FACRMOLSERVICECONTEXT_HPP
RMOL
Definition
BasConst.cpp:7
RMOL::FacRmolServiceContext
Factory for the service context.
Definition
FacRmolServiceContext.hpp:22
RMOL::FacRmolServiceContext::instance
static FacRmolServiceContext & instance()
Definition
FacRmolServiceContext.cpp:22
RMOL::FacRmolServiceContext::create
RMOL_ServiceContext & create()
Definition
FacRmolServiceContext.cpp:34
RMOL::FacRmolServiceContext::~FacRmolServiceContext
~FacRmolServiceContext()
Definition
FacRmolServiceContext.cpp:17
RMOL::FacRmolServiceContext::FacRmolServiceContext
FacRmolServiceContext()
Definition
FacRmolServiceContext.hpp:57
RMOL::RMOL_ServiceContext
Inner class holding the context for the RMOL Service object.
Definition
RMOL_ServiceContext.hpp:29
Generated for RMOL by
1.13.2