MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / modify

Method modify

3rdparty/cppzmq/zmq.hpp:2710–2717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708 }
2709
2710 void modify(zmq::socket_ref socket, event_flags events)
2711 {
2712 if (0
2713 != zmq_poller_modify(poller_ptr.get(), socket.handle(),
2714 static_cast<short>(events))) {
2715 throw error_t();
2716 }
2717 }
2718
2719 void modify(fd_t fd, event_flags events)
2720 {

Callers

nothing calls this directly

Calls 2

error_tClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected