#include <SearchStringParser.h>
Public Methods | |
SearchStringParser () | |
the constructor of the parser of the search string holding password infos. More... | |
~SearchStringParser () | |
ther Destructor of the parser of the search string holding password infos. More... | |
bool | parse (string search_string, unsigned int nb_field4password_infos) |
Parse the search string and fill in the password infos found. More... | |
PasswordInfos * | getPasswordInfos (void) |
Returns the password infos found in the search string. More... |
|
the constructor of the parser of the search string holding password infos.
|
|
ther Destructor of the parser of the search string holding password infos.
|
|
Returns the password infos found in the search string.
|
|
Parse the search string and fill in the password infos found.
|