$treeview $search $mathjax
#include <airinv/factory/FacServiceAbstract.hpp>
Public Types | |
| typedef std::vector< ServiceAbstract * > | ServicePool_T |
Public Member Functions | |
| virtual | ~FacServiceAbstract () |
| void | clean () |
Protected Member Functions | |
| FacServiceAbstract () | |
Protected Attributes | |
| ServicePool_T | _pool |
Definition at line 16 of file FacServiceAbstract.hpp.
| typedef std::vector<ServiceAbstract*> AIRINV::FacServiceAbstract::ServicePool_T |
Define the list (pool) of Service objects.
Definition at line 20 of file FacServiceAbstract.hpp.
| AIRINV::FacServiceAbstract::~FacServiceAbstract | ( | ) | [virtual] |
Destructor.
Definition at line 13 of file FacServiceAbstract.cpp.
| AIRINV::FacServiceAbstract::FacServiceAbstract | ( | ) | [inline, protected] |
Default Constructor.
This constructor is protected to ensure the class is abstract.
Definition at line 31 of file FacServiceAbstract.hpp.
| void AIRINV::FacServiceAbstract::clean | ( | ) |
Destroyed all the object instantiated by this factory.
Definition at line 18 of file FacServiceAbstract.cpp.
ServicePool_T AIRINV::FacServiceAbstract::_pool [protected] |
List of instantiated Business Objects
Definition at line 34 of file FacServiceAbstract.hpp.
1.4.7
Generated on Sun Jun 14 20:59:19 2015 for AirInv by
1.4.7