MCPcopy Create free account
hub / github.com/Gecode/gecode / ~PostInfo

Method ~PostInfo

gecode/kernel/core.hpp:3400–3407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3398 }
3399
3400 forceinline
3401 PostInfo::~PostInfo(void) {
3402 if (!nested) {
3403 if (h.pc.p.bid_sc & Space::sc_trace)
3404 h.post(*this);
3405 h.pc.p.vti.other();
3406 }
3407 }
3408
3409
3410 /*

Callers

nothing calls this directly

Calls 2

postMethod · 0.45
otherMethod · 0.45

Tested by

no test coverage detected