class PList of lists of PNodes
More...
#include <f5lists.h>
class PList of lists of PNodes
Definition at line 50 of file f5lists.h.
◆ PList()
◆ check()
bool PList::check |
( |
poly |
p | ) |
|
Definition at line 93 of file f5lists.cc.
93 {
95
96
97
99
100
101
103
104
105
106 return 1;
107 }
109 }
110
111 return 0;
112}
class PNode of nodes of polynomials
◆ insert()
void PList::insert |
( |
poly |
p | ) |
|
◆ print()
Definition at line 114 of file f5lists.cc.
114 {
115 Print(
"-----LIST-----\n");
117 while(
NULL != temp) {
120 }
121}
◆ first
The documentation for this class was generated from the following files: