HDK
|
Adapter to retrieve basic server information. More...
#include <NET_ServerInfo.h>
Public Member Functions | |
virtual | ~NET_IServerInfo ()=default |
virtual const UT_IpAddressV4 & | ipv4 () const =0 |
virtual const UT_IpAddressV6 & | ipv6 () const =0 |
virtual UT_StringHolder | hostname () const =0 |
virtual time_t | currentTime () const |
Protected Member Functions | |
NET_IServerInfo ()=default | |
Adapter to retrieve basic server information.
Definition at line 27 of file NET_ServerInfo.h.
|
virtualdefault |
|
protecteddefault |
|
inlinevirtual |
Definition at line 37 of file NET_ServerInfo.h.
|
pure virtual |
Implemented in NET_ServerInfo.
|
pure virtual |
Implemented in NET_ServerInfo.
|
pure virtual |
Implemented in NET_ServerInfo.