class NameData Name data
| | NameData (void) default constructor |
| | NameData (const std::string& Name, const MsgAddr& Addr, NameProcs PType=p_Any) Data constructor. |
| | ~NameData (void) Destructor. |
| | getName (void) const Get the server name. |
| | getAddr (void) const get the server address. |
| | setAddr (const MsgAddr& addr) set server address. |
| | fixAddr (const MsgAddr& from) Fix ip address. |
| | getPType (void) const Get process type. |
| | refName (void) const Get the server name. |
| | size (void) const Get the size. |
The name data class contains the data served by the name server.
NameData(const std::string& Name, const MsgAddr& Addr, NameProcs PType=p_Any)
Addr - IP address, port and sub-process of the server
PType - Process type of the server.
virtual ~NameData(void)
const char* getName(void) const
const MsgAddr& getAddr(void) const
void setAddr(const MsgAddr& addr)
void fixAddr(const MsgAddr& from)
NameProcs getPType(void) const
const std::string& refName(void) const
size_type size(void) const
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++