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 46 of file gdnsblock.h.
|
inlineexplicit |
Constructor.
Definition at line 220 of file gdnsblock.h.
|
inline |
Returns the result list, which is empty if there is no block or not valid().
Definition at line 246 of file gdnsblock.h.
|
inline |
Returns the server.
Definition at line 240 of file gdnsblock.h.
|
inline |
Sets the result list().
Definition at line 227 of file gdnsblock.h.
|
inline |
Returns true if the list() is valid.
Definition at line 234 of file gdnsblock.h.