Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_SHARED_TEMPORARY_OBJECTS General cluster: wel description: "Objects that provide access to a set of shared objects that may be used on a temporary basis to increase performance. These objects should only be used in the case where an object is required as an intermediary step for passing to a routine, with no further reference being kept to the object. By retrieving one of the objects from his class and using it temporarily, it prevents memory allocation through the creation of new objects. This can improve performace in systems where such access is performed many times in a short space of time." Ancestors ANY Queries Maximum_buffered_string_size: INTEGER_32 Wel_rect: WEL_RECT Wel_string: WEL_STRING wel_string_from_string (s: READABLE_STRING_GENERAL): WEL_STRING wel_string_from_string_with_newline_conversion (s: READABLE_STRING_GENERAL): WEL_STRING wel_string_restricted (characters: INTEGER_32): WEL_STRING
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org