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

Method IPv6Address

MonaBase/sources/IPAddress.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166class IPv6Address : public IPAddressCommon {
167public:
168 IPv6Address(const in6_addr& addr, UInt32 scope = 0) : _scope(scope) {
169 memcpy(&_addr, &addr, sizeof(_addr));
170 }
171
172 const string& toString() const {
173 lock_guard<mutex> lock(_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected