1.00.26
C++ Standard Airline IT Object Library
Toggle main menu visibility
Loading...
Searching...
No Matches
FacSTDAIRServiceContext.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_SVC_FACSTDAIRSERVICECONTEXT_HPP
2
#define __STDAIR_SVC_FACSTDAIRSERVICECONTEXT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <
stdair/service/FacServiceAbstract.hpp
>
9
10
namespace
stdair
{
11
13
class
STDAIR_ServiceContext
;
14
18
class
FacSTDAIRServiceContext
:
public
FacServiceAbstract
{
19
public
:
20
28
static
FacSTDAIRServiceContext
&
instance
();
29
36
~FacSTDAIRServiceContext
();
37
45
STDAIR_ServiceContext
&
create
();
46
47
48
protected
:
54
FacSTDAIRServiceContext
() {}
55
56
private
:
60
static
FacSTDAIRServiceContext
*
_instance
;
61
};
62
63
}
64
#endif
// __STDAIR_SVC_FACSTDAIRSERVICECONTEXT_HPP
FacServiceAbstract.hpp
stdair
Handle on the StdAir library context.
Definition
BasChronometer.cpp:9
stdair::_instance
FacBom< BOM > * FacBom< BOM >::_instance
Definition
FacBom.hpp:81
stdair::FacServiceAbstract::FacServiceAbstract
FacServiceAbstract()
Definition
FacServiceAbstract.hpp:31
stdair::FacSTDAIRServiceContext
Factory for Bucket.
Definition
FacSTDAIRServiceContext.hpp:18
stdair::FacSTDAIRServiceContext::FacSTDAIRServiceContext
FacSTDAIRServiceContext()
Definition
FacSTDAIRServiceContext.hpp:54
stdair::FacSTDAIRServiceContext::create
STDAIR_ServiceContext & create()
Definition
FacSTDAIRServiceContext.cpp:33
stdair::FacSTDAIRServiceContext::instance
static FacSTDAIRServiceContext & instance()
Definition
FacSTDAIRServiceContext.cpp:21
stdair::FacSTDAIRServiceContext::~FacSTDAIRServiceContext
~FacSTDAIRServiceContext()
Definition
FacSTDAIRServiceContext.cpp:16
stdair::STDAIR_ServiceContext
Class holding the context of the Stdair services.
Definition
STDAIR_ServiceContext.hpp:25
Generated for StdAir by
1.17.0