ANY NONE
class interface POINTER_STATUS

feature(s) from WHEN_POINTER_ENTER
   when_pointer_enter (p: PROCEDURE[ANY,TUPLE])

   when_pointer_enter_signal: SIGNAL_0

feature(s) from HASHABLE
   hash_code: INTEGER
      -- The hash-code value of Current.
      ensure
         good_hash_value: Result >= 0

feature(s) from WHEN_POINTER_LEAVE
   when_pointer_leave (p: PROCEDURE[ANY,TUPLE])

   when_pointer_leave_signal: SIGNAL_0

feature(s) from POINTER_STATUS
   is_pointer_inside: BOOLEAN



end of POINTER_STATUS