|
E-MailRelay
|
A result structure for one DNSBL server. More...
#include <gdnsblock.h>
Public Member Functions | |
| DnsBlockServerResult (const std::string &server) | |
| Constructor. More... | |
| void | set (const std::vector< Address > &) |
| Sets the result list(). More... | |
| bool | valid () const |
| Returns true if the list() is valid. More... | |
| std::string | server () const |
| Returns the server. More... | |
| const std::vector< Address > & | addresses () const |
| Returns the result list, which is empty if there is no block or not valid(). More... | |
A result structure for one DNSBL server.
Definition at line 48 of file gdnsblock.h.
|
inlineexplicit |
Constructor.
Definition at line 230 of file gdnsblock.h.
|
inline |
Returns the result list, which is empty if there is no block or not valid().
Definition at line 255 of file gdnsblock.h.
|
inline |
Returns the server.
Definition at line 249 of file gdnsblock.h.
|
inline |
Sets the result list().
Definition at line 236 of file gdnsblock.h.
|
inline |
Returns true if the list() is valid.
Definition at line 243 of file gdnsblock.h.