Public Member Functions | |
bool | isEmpty () const |
Poly * | getFirst () const |
Poly * | getLast () const |
void | prepend (Poly *poly) |
void | append (Poly *poly) |
Poly * | takeFirst () |
void | remove (Poly *const polyToRemove) |
Public Attributes | |
Poly * | firstPoly |
Poly * | lastPoly |