1.01.6
C++ Simulated Travel-Oriented Distribution System Library
Loading...
Searching...
No Matches
FacDsimServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
2
#define __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_date_time_types.hpp>
11
#include <stdair/service/FacServiceAbstract.hpp>
12
13
namespace
TVLSIM
{
14
16
class
TVLSIM_ServiceContext;
17
19
class
FacDsimServiceContext
:
public
stdair::FacServiceAbstract {
20
public
:
21
25
static
FacDsimServiceContext
&
instance
();
26
31
~FacDsimServiceContext
();
32
36
TVLSIM_ServiceContext
&
create
();
37
38
39
protected
:
43
FacDsimServiceContext
() {}
44
45
private
:
47
static
FacDsimServiceContext
* _instance;
48
};
49
50
}
51
#endif
// __TVLSIM_FAC_FACTVLSIMSERVICECONTEXT_HPP
TVLSIM::FacDsimServiceContext
Definition
FacDsimServiceContext.hpp:19
TVLSIM::FacDsimServiceContext::FacDsimServiceContext
FacDsimServiceContext()
Definition
FacDsimServiceContext.hpp:43
TVLSIM::FacDsimServiceContext::instance
static FacDsimServiceContext & instance()
Definition
FacDsimServiceContext.cpp:22
TVLSIM::FacDsimServiceContext::create
TVLSIM_ServiceContext & create()
Definition
FacDsimServiceContext.cpp:35
TVLSIM::FacDsimServiceContext::~FacDsimServiceContext
~FacDsimServiceContext()
Definition
FacDsimServiceContext.cpp:17
TVLSIM::TVLSIM_ServiceContext
Class holding the context of the Dsim services.
Definition
TVLSIM_ServiceContext.hpp:30
TVLSIM
Definition
BasConst.cpp:7
Generated on Sun Oct 22 2023 00:00:00 for TvlSim by
1.9.8