|
commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
| Host (const AString &name) | |
| Host (const hostent &host) | |
| void | clear () |
| bool | IsDefined () const |
| const List< IpAddress > & | get_ip_address_list () const |
| const ListAString & | get_alias_list () const |
| bool | set (const AString &name) |
| bool | set (const IpAddress &name) |
| bool | set (const hostent &host) |
| AString | to_string () const |
| bool | find (const AString &name, struct hostent *data, void *, int) |
| Host::Host | ( | const AString & | name | ) |
| Host::Host | ( | const hostent & | host | ) |
| void Host::clear | ( | ) |
| bool Host::find | ( | const AString & | name, |
| struct hostent * | data, | ||
| void * | , | ||
| int | |||
| ) |
|
inline |
|
inline |
| bool Host::set | ( | const AString & | name | ) |
| bool Host::set | ( | const IpAddress & | name | ) |
| bool Host::set | ( | const hostent & | host | ) |
|
inline |