note description: "Field record" status: "See notice at end of class." legal: "See notice at end of class." date: "$Date: 2015-08-19 05:51:04 +0000 (Wed, 19 Aug 2015) $" revision: "$Revision: 97843 $" class interface RT_DBG_ATTRIBUTE_RECORD [G -> detachable ANY] create make feature -- Properties object: ANY -- Associated object. value: detachable G -- Associated value. rt_type: NATURAL_32 -- Field type feature -- Access current_value_record: detachable RT_DBG_VALUE_RECORD -- Record for current value associated_object: detachable ANY -- Associated object, if any Is_local_record: BOOLEAN = False -- Is local record ? is_same_as (other: RT_DBG_VALUE_RECORD): BOOLEAN -- Is Current same as other ? debug_output: STRING_8 -- String that should be displayed in debugger to represent Current. to_string: STRING_8 -- String representation feature -- Change properties get_value -- Get value feature -- Runtime restore (val: RT_DBG_VALUE_RECORD) -- Restore value on object revert (bak: RT_DBG_VALUE_RECORD) -- Revert previous change due to Current to object note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2015, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class RT_DBG_ATTRIBUTE_RECORD
Generated by ISE EiffelStudio