SECOM
Overview Cluster Class Classes Index          Top Features

secom.ewg

Class EWG_IMPORTED_EXTERNAL_ROUTINES


Known direct descendants

EWG_MANAGED_POINTER, COM_ABSTRACT_DEVICE, COM_DEVICE_CONTROL_BLOCK, COM_WINDOWS_ERROR

Features

Invariants

indexing

description

Imported external routines that are not portable

library

Eiffel Wrapper Generator Library

copyright

Copyright (c) 1999, Andreas Leitner and others

license

Eiffel Forum License v2 (see license.txt)

class EWG_IMPORTED_EXTERNAL_ROUTINES

feature -- Access

external_garbage_collector: EWG_EXTERNAL_GARBAGE_COLLECTOR_ROUTINES

-- External garbage collector routines

ensure

result_not_void: Result /= Void

external_garbage_collector_: like external_garbage_collector

obsolete

ensure

result_not_void: Result /= Void

external_memory: EWG_EXTERNAL_MEMORY_ROUTINES

-- External memory routines; Needs to be expanded because
-- sometimes routines from there need to be called from
-- withing dispose.

ensure

result_not_void: Result /= Void

external_memory_: like external_memory

obsolete

Use external_memory instead

ensure

result_not_void: Result /= Void

external_string: EWG_EXTERNAL_STRING_ROUTINES

-- External string routines

ensure

result_not_void: Result /= Void

external_string_: like external_string

obsolete

Use external_string instead

ensure

result_not_void: Result /= Void

invariant


Documentation generated by edoc