MCPcopy Create free account
hub / github.com/Singular/Singular / next

Function next

factory/variable.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 char name() const;
51 static Variable highest() { return Variable( LEVELQUOT-1 ); }
52 Variable next() const { return Variable( _level+1 ); }
53 friend bool operator == ( const Variable & lhs, const Variable & rhs )
54 {
55 return lhs._level == rhs._level;

Callers 15

operator++Method · 0.85
operator++Method · 0.85
operator++Method · 0.85
operator++Method · 0.85
nextMethod · 0.85
nextGlobalFixtureMethod · 0.85
uncheckedAddMethod · 0.85
removeMethod · 0.85
findMethod · 0.85
skipMethod · 0.85
operator++Method · 0.85
uncheckedAddMethod · 0.85

Calls 1

VariableFunction · 0.85

Tested by 2

nextMethod · 0.68
nextGlobalFixtureMethod · 0.68