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

Method object

gecode/kernel/core.hpp:3800–3801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3798 forceinline
3799 LocalHandle::~LocalHandle(void) {}
3800 forceinline LocalObject*
3801 LocalHandle::object(void) const { return o; }
3802 forceinline void
3803 LocalHandle::object(LocalObject* n) { o = n; }
3804 forceinline void

Callers 7

updateMethod · 0.45
initMethod · 0.45
initMethod · 0.45
operator ==Method · 0.45
initMethod · 0.45
TransitionsMethod · 0.45
SymbolsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected