SEvMgr Logo  1.00.4
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 
25 
31 
36 
37 
38  protected:
43 
44  private:
46  static FacSEVMGRServiceContext* _instance;
47  };
48 
49 }
50 #endif // __SEVMGR_FAC_FACSEVMGRSERVICECONTEXT_HPP
SEVMGR::FacSEVMGRServiceContext::~FacSEVMGRServiceContext
~FacSEVMGRServiceContext()
Definition: FacSEVMGRServiceContext.cpp:17
SEVMGR::FacSEVMGRServiceContext
Definition: FacSEVMGRServiceContext.hpp:18
SEVMGR::FacSEVMGRServiceContext::FacSEVMGRServiceContext
FacSEVMGRServiceContext()
Definition: FacSEVMGRServiceContext.hpp:42
SEVMGR_Types.hpp
SEVMGR::FacSEVMGRServiceContext::create
SEVMGR_ServiceContext & create()
Definition: FacSEVMGRServiceContext.cpp:34
SEVMGR::SEVMGR_ServiceContext
Class holding the context of the Sevmgr services.
Definition: SEVMGR_ServiceContext.hpp:30
SEVMGR
Definition: BasConst.cpp:10
SEVMGR::FacSEVMGRServiceContext::instance
static FacSEVMGRServiceContext & instance()
Definition: FacSEVMGRServiceContext.cpp:22