![]() |
My Project
UNKNOWN_GIT_VERSION
|
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 | ||
) |
PNode * PNode::getNext | ( | ) |
Definition at line 35 of file f5lists.cc.
poly PNode::getPoly | ( | ) |
Definition at line 31 of file f5lists.cc.
PNode * PNode::insert | ( | poly | p | ) |
Definition at line 38 of file f5lists.cc.