#include <PasswordCodecPrototypeManager.h>
Inheritance diagram for PasswordCodecPrototypeManager:
Public Methods | |
PasswordCodecPrototypeManager () | |
Constructor of the manager of all the codec prototype available as plugins. More... | |
~PasswordCodecPrototypeManager () | |
Destructor of the manager of all the codec prototype available as plugins. More... | |
bool | loadPlugins (string path_to_plugins) |
load all the plugins present in the directory given in arguments. More... | |
PasswordCodecPrototype * | getPasswordCodecPrototype (string codec_type) |
Returns a clone of the codec matching the codec type asked. More... | |
string | getCodecDefaultFilename (string codec_type) |
Returns the name of the default filename of the codec type asked. More... | |
list< string > | getPasswordCodecPrototypeTypeList (void) |
Returns the list of codec type available. More... |
|
Constructor of the manager of all the codec prototype available as plugins.
|
|
Destructor of the manager of all the codec prototype available as plugins.
|
|
Returns the name of the default filename of the codec type asked.
|
|
Returns a clone of the codec matching the codec type asked.
|
|
Returns the list of codec type available.
|
|
load all the plugins present in the directory given in arguments.
|