EPP ContactCheckCmd Class. More...
#include <ContactCheckCmd.H>
Public Member Functions | |
ContactCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_id (const string &id) |
Inserts an id into id list. | |
set< string > | get_id_list () const |
Returns contact id list. | |
void | reset () |
reset attributes | |
Protected Attributes | |
set< string > | _id_list |
Contact id list. |
EPP ContactCheckCmd Class.
set<string> ContactCheckCmd::get_id_list | ( | ) | const [inline] |
Returns contact id list.
References _id_list.
Referenced by cmd_brorg_check(), and cmd_contact_check().
void ContactCheckCmd::insert_id | ( | const string & | id | ) | [inline] |
Inserts an id into id list.
id | Contact id list |
References _id_list.
Referenced by cmd_brorg_check(), and cmd_contact_check().