#include <gnet.h>
Inheritance diagram for gHostAddr:
Public Member Functions | |
gHostAddr (char *hostStr) | |
gHostAddr (t_uint8 c1, t_uint8 c2, t_uint8 c3, t_uint8 c4) | |
gHostAddr (gIpAddr &ipAddr) | |
virtual | ~gHostAddr () |
virtual bool | IsOk () |
virtual t_uchar * | String () |
virtual char * | GetHostName () |
virtual bool | SetHostName (char *hostStr) |
virtual void | Show (bool doShowAll=true) |
Protected Attributes | |
gString | destHostStr |
|
|
|
|
|
|
|
|
|
Definition at line 143 of file gnet.h. Referenced by gSocket::SetConnection(). |
|
Reimplemented from gIpAddr. Definition at line 331 of file gnet.cpp. Referenced by gTcpConnect::gTcpConnect(), and gSocket::SetConnection(). |
|
Definition at line 342 of file gnet.cpp. Referenced by gSocket::SetConnection(). |
|
Reimplemented from gIpAddr. |
|
Reimplemented from gIpAddr. Definition at line 336 of file gnet.cpp. Referenced by Show(), and gTcpConnect::String(). |
|
Definition at line 154 of file gnet.h. Referenced by GetHostName(), SetHostName(), Show(), and String(). |