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

Method push

gecode/support/sort.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 template<class Type>
83 forceinline void
84 QuickSortStack<Type>::push(Type* l, Type* r) {
85 *(tos++) = l; *(tos++) = r;
86 }
87
88 template<class Type>
89 forceinline void

Callers 8

disposeMethod · 0.45
followposMethod · 0.45
runMethod · 0.45
recomputeMethod · 0.45
fillMethod · 0.45
reportMethod · 0.45
stopMethod · 0.45
quicksortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected