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

Method IPAddress

MonaBase/sources/IPAddress.cpp:381–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379static IPWilcard _IPv6Wildcard(IPAddress::IPv6);
380
381IPAddress::IPAddress(Family family) : _pIPAddress(family == IPv6 ? _IPv6Wildcard._pIPAddress : _IPv4Wildcard._pIPAddress) {
382}
383
384IPAddress::IPAddress(const IPAddress& other) : _pIPAddress(other._pIPAddress) {
385}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected