21 *iteratorAnother = anotherMonom.
ListHead;
22 while (iterator && iteratorAnother)
24 if (iterator->
Value < iteratorAnother->Value)
28 if (iterator->
Value > iteratorAnother->Value)
32 iterator = iterator->
Next;
33 iteratorAnother = iteratorAnother->
Next;
40 else if (iteratorAnother)
Slab allocator handing out fixed-size blocks for one BIBasis type per instance.
int Compare(const MonomLex &anotherMonom)
static FastAllocator Allocator
Monom specialisation that orders monomials by pure lex on their sorted variable lists.
BIBasis::MonomLex — pure lexicographic specialisation of the BIBasis monomial type.
Singly linked-list node of a Monom's variable list, with a per-class slab allocator.