SourceForge Logo
Main Page   Compound List   File List   Compound Members   File Members  

SearchStringParser Class Reference

The parser of the search string holding password infos. More...

#include <SearchStringParser.h>

List of all members.

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...


Detailed Description

The parser of the search string holding password infos.


Constructor & Destructor Documentation

SearchStringParser::SearchStringParser  
 

the constructor of the parser of the search string holding password infos.

Returns:
none

SearchStringParser::~SearchStringParser  
 

ther Destructor of the parser of the search string holding password infos.

Returns:
none


Member Function Documentation

PasswordInfos * SearchStringParser::getPasswordInfos void   
 

Returns the password infos found in the search string.

Returns:
a pointer to the password infos or NULL if not found

bool SearchStringParser::parse string    search_string,
unsigned int    nb_field4password_infos
 

Parse the search string and fill in the password infos found.

Parameters:
search_string  the string to parse
nb_field4password_infos  the number of fields for the PasswordInfos structure that will be created
Returns:
true if it succeeds / false otherwise
Note:
search_string must be of the form "/element1/element2/.../"


The documentation for this class was generated from the following files:
Generated on Thu Feb 27 13:26:19 2003 for TPassGuard by doxygen1.2.15