next up previous contents
Next: Overloaded Equal: Up: Implementation: The Complex_POLY_CELL Class: Previous: Constructors:

The Destructor:

    // ********************************************** //
    // destructor for Complex_POLY class                //
    // ********************************************** // 
Complex_POLY::~Complex_POLY()
{  if(head!=NULL) 
     delete head;
}



Jim Peterson
1999-04-22