#include <f5lists.h>
|
| LList () |
|
| LList (LPolyOld *lp) |
|
| LList (poly t, int i, poly p, RuleOld *r=NULL) |
|
| ~LList () |
|
void | insert (LPolyOld *lp) |
|
void | insert (poly t, int i, poly p, RuleOld *r=NULL) |
|
void | insertByDeg (LPolyOld *lp) |
|
void | insertSP (LPolyOld *lp) |
|
void | insertSP (poly t, int i, poly p, RuleOld *r=NULL) |
|
void | insertByLabel (poly t, int i, poly p, RuleOld *r=NULL) |
|
void | insertByLabel (LNode *l) |
|
void | insertFirst (LNode *l) |
|
void | deleteByDeg () |
|
bool | polyTest (poly *p) |
|
LNode * | getFirst () |
|
LNode * | getLast () |
|
int | getLength () |
|
void | setFirst (LNode *l) |
|
void | print () |
|
int | count (LNode *l) |
|
Definition at line 127 of file f5lists.h.
◆ LList() [1/3]
◆ LList() [2/3]
◆ LList() [3/3]
LList::LList |
( |
poly | t, |
|
|
int | i, |
|
|
poly | p, |
|
|
RuleOld * | r = NULL ) |
◆ ~LList()
Definition at line 446 of file f5lists.cc.
446 {
447 LNode* temp;
451 delete temp;
452
453 }
454}
◆ count()
int LList::count |
( |
LNode * | l | ) |
|
◆ deleteByDeg()
void LList::deleteByDeg |
( |
| ) |
|
◆ getFirst()
LNode * LList::getFirst |
( |
| ) |
|
◆ getLast()
LNode * LList::getLast |
( |
| ) |
|
◆ getLength()
◆ insert() [1/2]
Definition at line 457 of file f5lists.cc.
457 {
461 }
462
463
464
465
467
468}
◆ insert() [2/2]
void LList::insert |
( |
poly | t, |
|
|
int | i, |
|
|
poly | p, |
|
|
RuleOld * | r = NULL ) |
◆ insertByDeg()
void LList::insertByDeg |
( |
LPolyOld * | lp | ) |
|
◆ insertByLabel() [1/2]
void LList::insertByLabel |
( |
LNode * | l | ) |
|
◆ insertByLabel() [2/2]
void LList::insertByLabel |
( |
poly | t, |
|
|
int | i, |
|
|
poly | p, |
|
|
RuleOld * | r = NULL ) |
◆ insertFirst()
void LList::insertFirst |
( |
LNode * | l | ) |
|
◆ insertSP() [1/2]
◆ insertSP() [2/2]
void LList::insertSP |
( |
poly | t, |
|
|
int | i, |
|
|
poly | p, |
|
|
RuleOld * | r = NULL ) |
◆ polyTest()
bool LList::polyTest |
( |
poly * | p | ) |
|
◆ print()
◆ setFirst()
void LList::setFirst |
( |
LNode * | l | ) |
|
◆ first
◆ last
◆ length
The documentation for this class was generated from the following files: