0.6.0
C++ Open Travel Request Parsing Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FacServiceAbstract.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_FAC_FACSERVICEABSTRACT_HPP
2
#define __OPENTREP_FAC_FACSERVICEABSTRACT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <vector>
9
10
namespace
OPENTREP {
11
12
// Forward declarations
13
class
ServiceAbstract;
14
16
class
FacServiceAbstract
{
17
public
:
18
20
typedef
std::vector<ServiceAbstract*>
ServicePool_T
;
21
23
virtual
~FacServiceAbstract
();
24
26
void
clean
();
27
28
protected
:
31
FacServiceAbstract
() {}
32
34
ServicePool_T
_pool
;
35
};
36
37
}
38
#endif // __OPENTREP_FAC_FACSERVICEABSTRACT_HPP
OPENTREP::FacServiceAbstract::clean
void clean()
Definition:
FacServiceAbstract.cpp:18
OPENTREP::FacServiceAbstract::FacServiceAbstract
FacServiceAbstract()
Definition:
FacServiceAbstract.hpp:31
OPENTREP::FacServiceAbstract::ServicePool_T
std::vector< ServiceAbstract * > ServicePool_T
Definition:
FacServiceAbstract.hpp:20
OPENTREP::FacServiceAbstract::_pool
ServicePool_T _pool
Definition:
FacServiceAbstract.hpp:34
OPENTREP::FacServiceAbstract
Definition:
FacServiceAbstract.hpp:16
OPENTREP::FacServiceAbstract::~FacServiceAbstract
virtual ~FacServiceAbstract()
Definition:
FacServiceAbstract.cpp:13
Generated on Mon Feb 3 2014 14:17:07 for OpenTREP by
1.8.6