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

Method next

gecode/kernel/core.hpp:3161–3164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3159 }
3160
3161 forceinline ActorLink*
3162 ActorLink::next(void) const {
3163 return _next;
3164 }
3165
3166 forceinline ActorLink**
3167 ActorLink::next_ref(void) {

Callers 13

statusMethod · 0.45
choiceMethod · 0.45
kill_brancherMethod · 0.45
SpaceMethod · 0.45
_cloneMethod · 0.45
killMethod · 0.45
brancherMethod · 0.45
disposeMethod · 0.45
emptyMethod · 0.45
updateMethod · 0.45
core.hppFile · 0.45
operator ++Method · 0.45

Calls 3

funmarkFunction · 0.85
markedFunction · 0.85
markFunction · 0.85

Tested by

no test coverage detected