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

Method init

gecode/int/extensional/tuple-set.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 TupleSet::TupleSet(int a)
268 : SharedHandle(new Data(a)) {}
269 void
270 TupleSet::init(int a) {
271 object(new Data(a));
272 }
273 TupleSet::TupleSet(const TupleSet& ts)
274 : SharedHandle(ts) {}
275 TupleSet&

Callers 1

finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected