MCPcopy Create free account
hub / github.com/Gecode/gecode / sendOverSocket

Method sendOverSocket

gecode/search/cpprofiler/connector.hpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 inline void
260 Connector::sendOverSocket(void) {
261 if (!_connected) return;
262
263 std::vector<char> buf = marshalling.serialize();
264
265 sendRawMsg(buf);
266 }
267
268 inline void
269 Connector::connect(void) {

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.80

Tested by

no test coverage detected