Public Member Functions | |
NetHost (const char *hostname) | |
NetHost (struct sockaddr_in *addr) | |
NetHost (CNetHost &rhs) | |
NetHost & | operator= (CNetHost &rhs) |
int | port (void) const |
str_ptr | name (void) const |
void | get_address (struct sockaddr_in *addr) const |
Protected Attributes | |
unsigned long | addr_ |
str_ptr | name_ |
int | port_ |
Definition at line 335 of file net.C.
|
|
|
|
|
|
|
Definition at line 351 of file net.C. References addr_. Referenced by NetStream::NetStream(). |
|
Definition at line 350 of file net.C. References name_. Referenced by NetStream::NetStream(). |
|
|
|
Definition at line 349 of file net.C. References port_. |
|
Definition at line 337 of file net.C. Referenced by get_address(), NetHost(), and operator=(). |
|
Definition at line 338 of file net.C. Referenced by name(), NetHost(), and operator=(). |
|
Definition at line 339 of file net.C. Referenced by NetHost(), operator=(), and port(). |