MCPcopy Create free account
hub / github.com/acl-dev/acl / ~master_udp

Method ~master_udp

lib_acl_cpp/src/master/master_udp.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14master_udp::master_udp() {}
15
16master_udp::~master_udp()
17{
18 for (std::vector<socket_stream*>::iterator it = sstreams_.begin();
19 it != sstreams_.end(); ++it) {
20
21 (*it)->unbind();
22 delete *it;
23 }
24}
25
26static bool __has_called = false;
27

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.45
unbindMethod · 0.45

Tested by

no test coverage detected