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

Method begin

gecode/kernel/data/array.hpp:974–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972
973 template<class Var>
974 forceinline typename VarArray<Var>::iterator
975 VarArray<Var>::begin(void) {
976 return x;
977 }
978
979 template<class Var>
980 forceinline typename VarArray<Var>::const_iterator

Callers 15

runMethod · 0.45
runTestForArrayMethod · 0.45
validFunction · 0.45
~DynamicStrategyMethod · 0.45
backtrackFromSuccessMethod · 0.45
backtrackFromFailureMethod · 0.45
addValueMethod · 0.45
strategyResetMethod · 0.45
runMethod · 0.45
~StrategyImpMethod · 0.45
getSubStrategyMethod · 0.45
detachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected