MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / set

Method set

MonaBase/include/Mona/IPAddress.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 // Set an IPAddress from the string containing an IP address in presentation format (dotted decimal for IPv4, hex string for IPv6).
77 bool set(Exception& ex, const char* address);
78 bool set(Exception& ex, const std::string& address) { return set(ex, address.c_str()); }
79 bool setWithDNS(Exception& ex, const char* address);
80 bool setWithDNS(Exception& ex, const std::string& address) { return setWithDNS(ex, address.c_str()); }
81

Callers 7

UDPSocketClass · 0.45
SetExceptionMethod · 0.45
SetAIErrorMethod · 0.45
OptionsClass · 0.45
TCPClientClass · 0.45
readTZDataMethod · 0.45
wakeUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected