E-MailRelay
|
A factory for addresss verifiers. More...
#include <gverifierfactory.h>
Static Public Member Functions | |
static std::unique_ptr< Verifier > | newVerifier (GNet::ExceptionSink, const std::string &identifier, unsigned int timeout) |
Returns a Verifier on the heap. More... | |
static std::string | check (const std::string &identifier) |
Checks an identifier. More... | |
A factory for addresss verifiers.
Definition at line 39 of file gverifierfactory.h.
|
static |
Checks an identifier.
Returns an empty string if okay, or a diagnostic reason string.
Definition at line 29 of file gverifierfactory.cpp.
|
static |
Returns a Verifier on the heap.
The identifier is normally prefixed with a verifier type, or it is the file system path of an exectuable.
Definition at line 34 of file gverifierfactory.cpp.