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

Method pop

gecode/minimodel/reg.cpp:702–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 }
701
702 forceinline StateNode*
703 StatePool::pop(void) {
704 StateNode* n = next;
705 next = n->next;
706 n->next = all;
707 all = n;
708 return n;
709 }
710
711 forceinline bool
712 StatePool::empty(void) const {

Callers 3

disposeMethod · 0.45
followposMethod · 0.45
reg.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected