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

Function o

gecode/kernel/core.hpp:3789–3790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3787 forceinline
3788 LocalHandle::LocalHandle(void) : o(nullptr) {}
3789 forceinline
3790 LocalHandle::LocalHandle(LocalObject* lo) : o(lo) {}
3791 forceinline
3792 LocalHandle::LocalHandle(const LocalHandle& lh) : o(lh.o) {}
3793 forceinline LocalHandle&

Callers 9

doneMethod · 0.50
add_to_maskMethod · 0.50
intersect_with_masksMethod · 0.50
add_to_maskMethod · 0.50
intersect_with_masksMethod · 0.50
connectedMethod · 0.50
pathMethod · 0.50
postMethod · 0.50
postMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected