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

Method next

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

Source from the content-addressed store, hash-verified

134 : FreeList(n), _min(min), _max(max) {}
135
136 forceinline
137 RangeList::RangeList(int min, int max)
138 : _min(min), _max(max) {}
139
140 forceinline RangeList*
141 RangeList::next(void) const {
142 return static_cast<RangeList*>(FreeList::next());
143 }
144
145 forceinline RangeList**
146 RangeList::nextRef(void) {

Callers 4

disposeMethod · 0.45
copyMethod · 0.45
overwriteMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected