My Project
|
The class represents a regular expression. More...
#include <authservice.h>
Public Member Functions | |
IdentityRegExp (const QString &pattern) | |
Constructor creates an IdentityRegExp, as a specified by pattern. More... | |
IdentityRegExp (const IdentityRegExp &src) | |
Copy constructor, creates a copy of src. More... | |
bool | isValid () const |
Returns the validity of regular expression. More... | |
QString | pattern () const |
Returns the pattern of regular expression as string. More... | |
The class represents a regular expression.
It is used for filtering identity querying.
Definition at line 92 of file authservice.h.
SignOn::AuthService::IdentityRegExp::IdentityRegExp | ( | const QString & | pattern | ) |
Constructor creates an IdentityRegExp, as a specified by pattern.
pattern | The regular expression as a string |
SignOn::AuthService::IdentityRegExp::IdentityRegExp | ( | const IdentityRegExp & | src | ) |
Copy constructor, creates a copy of src.
src | The IdentityRegExp to be copied |
bool SignOn::AuthService::IdentityRegExp::isValid | ( | ) | const |
Returns the validity of regular expression.
QString SignOn::AuthService::IdentityRegExp::pattern | ( | ) | const |
Returns the pattern of regular expression as string.