MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ~Socket

Method ~Socket

physx/source/foundation/src/unix/PsUnixSocket.cpp:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408Socket::~Socket()
409{
410 mImpl->flush();
411 mImpl->disconnect();
412 mImpl->~SocketImpl();
413 PX_FREE(mImpl);
414}
415
416bool Socket::connect(const char* host, uint16_t port, uint32_t timeout)
417{

Callers

nothing calls this directly

Calls 3

flushMethod · 0.45
disconnectMethod · 0.45
~SocketImplMethod · 0.45

Tested by

no test coverage detected