My Project
|
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 | ( | poly | p, |
PNode * | n | ||
) |
functions working on the class PNode
Definition at line 25 of file f5lists.cc.
PNode * PNode::getNext | ( | ) |
Definition at line 34 of file f5lists.cc.
poly PNode::getPoly | ( | ) |
Definition at line 30 of file f5lists.cc.
PNode * PNode::insert | ( | poly | p | ) |
Definition at line 37 of file f5lists.cc.