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

Method dec

gecode/minimodel/reg.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 e->use_cnt++;
140 }
141 forceinline void
142 REG::Exp::dec(Exp* e) {
143 if ((e != nullptr) && (--e->use_cnt == 0))
144 e->dispose();
145 }
146
147
148 forceinline int

Callers 1

cancelMethod · 0.45

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected