#include <PassguardCommandAbstractFactory.h>
Inheritance diagram for PassguardCommandAbstractFactory:

Public Methods | |
| virtual | ~PassguardCommandAbstractFactory () |
| Destructor of the abstract factory which create Command objects. More... | |
| virtual PassguardAbstractCommand * | createCommand (string name)=0 |
| create a new Command object. More... | |
Protected Methods | |
| PassguardCommandAbstractFactory () | |
| Constructor of the abstract factory which create Command objects. More... | |
|
|
Destructor of the abstract factory which create Command objects.
|
|
|
Constructor of the abstract factory which create Command objects.
|
|
|
create a new Command object.
Implemented in PassguardCommandCopyPasswordFactory. |
1.2.15