![]() |
class PNode of nodes of polynomials More...
#include <f5lists.h>
Public Member Functions | |
| PNode (poly p, PNode *n) | |
| functions working on the class PNode More... | |
| poly | getPoly () |
| PNode * | getNext () |
| PNode * | insert (poly p) |
Private Attributes | |
| poly | data |
| PNode * | next |
| PNode * PNode::getNext | ( | ) |
Definition at line 35 of file f5lists.cc.
| poly PNode::getPoly | ( | ) |
Definition at line 31 of file f5lists.cc.
Definition at line 38 of file f5lists.cc.