#include <SheppPrint.H>
Static Public Member Functions | |
static void | authInfo (AuthInfo auth) |
prints an AuthInfo object | |
static void | nameserver (NameServer ns) |
prints a NameServer object | |
static void | postal_info (PostalInfo postal) |
prints a PostalInfo object | |
static void | phone (CommonData::Phone phone) |
prints a Phone object | |
static void | disclose (CommonData::Disclose disclose) |
prints a Disclose object |
static void SheppPrint::authInfo | ( | AuthInfo | auth | ) | [inline, static] |
prints an AuthInfo object
auth | AuthInfo object to be printed |
References AuthInfo::get_pw(), and AuthInfo::get_roid().
Referenced by cmd_brorg_create(), cmd_brorg_info(), cmd_brorg_update(), cmd_contact_create(), cmd_contact_info(), cmd_contact_update(), cmd_domain_create(), cmd_domain_info(), and cmd_domain_update().
static void SheppPrint::disclose | ( | CommonData::Disclose | disclose | ) | [inline, static] |
prints a Disclose object
disclose | object to be printed |
Referenced by cmd_brorg_create(), cmd_brorg_update(), cmd_contact_create(), and cmd_contact_update().
static void SheppPrint::nameserver | ( | NameServer | ns | ) | [inline, static] |
prints a NameServer object
ns | NameServer object to be printed |
Referenced by cmd_domain_create(), and cmd_domain_update().
static void SheppPrint::phone | ( | CommonData::Phone | phone | ) | [inline, static] |
prints a Phone object
phone | Phone object to be printed |
Referenced by cmd_brorg_create(), cmd_brorg_update(), cmd_contact_create(), and cmd_contact_update().
static void SheppPrint::postal_info | ( | PostalInfo | postal | ) | [inline, static] |
prints a PostalInfo object
postal | PostalInfo object to be printed |
Referenced by cmd_brorg_create(), cmd_brorg_update(), cmd_contact_create(), and cmd_contact_update().