#include <stdair/factory/FacAbstract.hpp>
Inheritance diagram for stdair::FacAbstract:Public Member Functions | |
| virtual | ~FacAbstract () |
Protected Member Functions | |
| FacAbstract () | |
Base class for Factory layer.
Definition at line 10 of file FacAbstract.hpp.
|
virtual |
Destructor.
Definition at line 13 of file FacAbstract.cpp.
|
inlineprotected |
Default Constructor.
This constructor is protected to ensure the class is abstract.
Definition at line 18 of file FacAbstract.hpp.
1.8.1.1