![]() |
class PList of lists of PNodes More...
#include <f5lists.h>
Public Member Functions | |
PList () | |
functions working on the class PList More... | |
void | insert (poly p) |
bool | check (poly p) |
void | print () |
Private Attributes | |
PNode * | first |
PList::PList | ( | ) |
bool PList::check | ( | poly | p | ) |
Definition at line 93 of file f5lists.cc.
void PList::insert | ( | poly | p | ) |
Definition at line 80 of file f5lists.cc.
void PList::print | ( | ) |
Definition at line 114 of file f5lists.cc.