Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dispose
Method
dispose
gecode/set/var-imp/integerset.hpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
forceinline void
60
BndSet::dispose(Space& home) {
61
if (fst()!=nullptr)
62
fst()->dispose(home,lst());
63
}
64
65
forceinline void
66
BndSet::fst(RangeList* f) {
Callers
10
include_full
Method · 0.45
intersect_full
Method · 0.45
exclude_full
Method · 0.45
update
Method · 0.45
overwrite
Method · 0.45
become
Method · 0.45
exclude
Method · 0.45
intersect
Method · 0.45
intersectI
Method · 0.45
excludeAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected