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

Method dispose

gecode/kernel/range-list.hpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 forceinline void
201 RangeList::dispose(Space& home, RangeList* l) {
202 home.fl_dispose<sizeof(RangeList)>(this,l);
203 }
204
205 forceinline void
206 RangeList::dispose(Space& home) {

Callers 2

overwriteMethod · 0.45
insertMethod · 0.45

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected