mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Overhaul.
Author:halw Date:2011-03-06T22:22:56.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@824 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,23 +1,32 @@
|
||||
[[Property:title|eif_disable_visible_exception]]
|
||||
[[Property:weight|-6]]
|
||||
[[Property:uuid|6b8323d9-1963-c6b8-0198-f07895916c46]]
|
||||
==SYNOPSYS==
|
||||
<code>
|
||||
'''#include "eif_cecil.h"
|
||||
==Synopsis==
|
||||
<code lang="text">
|
||||
#include "eif_cecil.h"
|
||||
|
||||
void eif_enable_visible_exception ();
|
||||
void eif_disable_visible_exception ();'''</code>
|
||||
void eif_disable_visible_exception ();
|
||||
</code>
|
||||
|
||||
==Description==
|
||||
The <code lang="text">eif_enable_visble_exception</code> routine enables the visible exception, while [[eif_disable_visible_exception]] disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible.
|
||||
|
||||
==DESCRIPTION==
|
||||
The '''eif_enable_visble_exception()''' routine enables the visible exception, while '''eif_disable_visible_exception()'''disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible.
|
||||
The visible exception is disabled by default.
|
||||
|
||||
==CONFORMANCE==
|
||||
==Conformance==
|
||||
|
||||
ISE Eiffel 4.5 and later.
|
||||
==COMPATIBILTY==
|
||||
|
||||
==Compatibility==
|
||||
|
||||
In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default.
|
||||
==SEE ALSO==
|
||||
'''eif_attribute'''(1) , '''eif_procedure'''(1), '''eif_reference_function'''(1).
|
||||
|
||||
|
||||
{{SeeAlso| <br/>
|
||||
[[eif_attribute]] <br/>
|
||||
[[eif_procedure]] <br/>
|
||||
[[eif_reference_function]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user