#include "SheppCommandFunctions.H"
#include "ContactCheck.H"
#include "ContactInfo.H"
#include "ContactCreate.H"
#include "ContactUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_contact_help (string error_msg, string specific="") |
print contact command usage info | |
int | cmd_contact_check (vector< string > &args) |
contact check command function | |
int | cmd_contact_info (vector< string > &args) |
contact info command function | |
int | cmd_contact_transfer (vector< string > &args) |
contact transfer command function | |
int | cmd_contact_create (vector< string > &args) |
contact create command function | |
int | cmd_contact_delete (vector< string > &args) |
contact delete command function | |
int | cmd_contact_renew (vector< string > &args) |
contact renew command function | |
int | cmd_contact_update (vector< string > &args) |
contact update command function | |
int | cmd_contact (vector< string > &args) |
main contact command |
int cmd_contact | ( | vector< string > & | args | ) |
main contact command
arg | command-line input arguments |
int cmd_contact_check | ( | vector< string > & | args | ) |
contact check command function
args | vector with command-line arguments |
int cmd_contact_create | ( | vector< string > & | args | ) |
contact create command function
args | vector with command-line arguments |
int cmd_contact_delete | ( | vector< string > & | args | ) |
contact delete command function
args | vector with command-line arguments |
int cmd_contact_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print contact command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
int cmd_contact_info | ( | vector< string > & | args | ) |
contact info command function
args | vector with command-line arguments |
int cmd_contact_renew | ( | vector< string > & | args | ) |
contact renew command function
args | vector with command-line arguments |
int cmd_contact_transfer | ( | vector< string > & | args | ) |
contact transfer command function
args | vector with command-line arguments |
int cmd_contact_update | ( | vector< string > & | args | ) |
contact update command function
args | vector with command-line arguments |