**fig3_43.txt** /* 1*/ template /* 2*/ inline const Element_Type & /* 3*/ Stack:: /* 4*/ Top( ) const /* 5*/ { /* 6*/ if( Is_Empty( ) ) /* 7*/ Error( "Empty stack" ); /* 8*/ return Stack_Top->Element; /* 9*/ }