void CFMap::newpair ( const Variable & v, const CanonicalForm & s ) * * CFMap::newpair() - insert a MapPair into a CFMap. * **/
| 117 | * |
| 118 | **/ |
| 119 | void |
| 120 | CFMap::newpair ( const Variable & v, const CanonicalForm & s ) |
| 121 | { |
| 122 | P.insert( MapPair( v, s ), cmpfunc, insfunc ); |
| 123 | } |
| 124 | |
| 125 | /** static CanonicalForm subsrec ( const CanonicalForm & f, const MPListIterator & i ) |
| 126 | * |
no test coverage detected