SimFQT Logo  0.1.3
C++ Simulated Fare Quote System Library
SIMFQT::FacSimfqtServiceContext Class Reference

Factory for the service context. More...

#include <simfqt/factory/FacSimfqtServiceContext.hpp>

+ Inheritance diagram for SIMFQT::FacSimfqtServiceContext:

List of all members.

Public Member Functions

 ~FacSimfqtServiceContext ()
SIMFQT_ServiceContextcreate ()

Static Public Member Functions

static FacSimfqtServiceContextinstance ()

Protected Member Functions

 FacSimfqtServiceContext ()

Detailed Description

Factory for the service context.

Definition at line 22 of file FacSimfqtServiceContext.hpp.


Constructor & Destructor Documentation

Destructor.

The Destruction put the _instance to NULL in order to be clean for the next FacSimfqtServiceContext::instance().

Definition at line 17 of file FacSimfqtServiceContext.cpp.

Default Constructor.

This constructor is protected in order to ensure the singleton pattern.

Definition at line 57 of file FacSimfqtServiceContext.hpp.

Referenced by instance().


Member Function Documentation

Provide the unique instance.

The singleton is instantiated when first used.

Returns:
FacServiceContext&

Definition at line 22 of file FacSimfqtServiceContext.cpp.

References FacSimfqtServiceContext().

Create a new ServiceContext object.

This new object is added to the list of instantiated objects.

Returns:
ServiceContext& The newly created object.

Definition at line 34 of file FacSimfqtServiceContext.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines