$treeview $search $mathjax
#include <stdair/factory/FacAbstract.hpp>
Public Member Functions | |
virtual | ~FacAbstract () |
Protected Member Functions | |
FacAbstract () |
Base class for Factory layer.
Definition at line 10 of file FacAbstract.hpp.
stdair::FacAbstract::~FacAbstract | ( | ) | [virtual] |
Destructor.
Definition at line 13 of file FacAbstract.cpp.
stdair::FacAbstract::FacAbstract | ( | ) | [inline, protected] |
Default Constructor.
This constructor is protected to ensure the class is abstract.
Definition at line 18 of file FacAbstract.hpp.