#include <DomainCheckCmd.H>
Inheritance diagram for DomainCheckCmd:
Public Member Functions | |
DomainCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_domain (const string &domain) |
Add a domain name to the list. | |
set< string > | get_domains_list () |
Returns domains list. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
set< string > | _domains_list |
Domains list. |
|
Returns domains list.
|
|
Add a domain name to the list.
|