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

Function o

gecode/kernel/shared-object.hpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 forceinline
122 SharedHandle::SharedHandle(void) : o(nullptr) {}
123 forceinline
124 SharedHandle::SharedHandle(SharedHandle::Object* so) : o(so) {
125 subscribe();
126 }
127 forceinline
128 SharedHandle::SharedHandle(const SharedHandle& sh) : o(sh.o) {
129 subscribe();

Callers

nothing calls this directly

Calls 1

subscribeFunction · 0.85

Tested by

no test coverage detected