1.00.2
C++ Simulation-Oriented Discrete Event Management Library
FacSEVMGRServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
2
#define __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/service/FacServiceAbstract.hpp>
9
// Sevmgr
10
#include <
sevmgr/SEVMGR_Types.hpp
>
11
12
namespace
SEVMGR
{
13
15
class
SEVMGR_ServiceContext;
16
18
class
FacSEVMGRServiceContext
:
public
stdair::FacServiceAbstract {
19
public
:
20
24
static
FacSEVMGRServiceContext
&
instance
();
25
30
~FacSEVMGRServiceContext
();
31
35
SEVMGR_ServiceContext
&
create
();
36
37
38
protected
:
42
FacSEVMGRServiceContext
() {}
43
44
private
:
46
static
FacSEVMGRServiceContext
* _instance;
47
};
48
49
}
50
#endif // __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
SEVMGR::SEVMGR_ServiceContext
Class holding the context of the Sevmgr services.
Definition:
SEVMGR_ServiceContext.hpp:30
SEVMGR::FacSEVMGRServiceContext::~FacSEVMGRServiceContext
~FacSEVMGRServiceContext()
Definition:
FacSEVMGRServiceContext.cpp:17
SEVMGR::FacSEVMGRServiceContext
Definition:
FacSEVMGRServiceContext.hpp:18
SEVMGR_Types.hpp
SEVMGR::FacSEVMGRServiceContext::instance
static FacSEVMGRServiceContext & instance()
Definition:
FacSEVMGRServiceContext.cpp:22
SEVMGR::FacSEVMGRServiceContext::create
SEVMGR_ServiceContext & create()
Definition:
FacSEVMGRServiceContext.cpp:34
SEVMGR::FacSEVMGRServiceContext::FacSEVMGRServiceContext
FacSEVMGRServiceContext()
Definition:
FacSEVMGRServiceContext.hpp:42
SEVMGR
Definition:
BasConst.cpp:10
Generated on Mon Feb 27 2017 07:59:14 for SEvMgr by
1.8.13