+
Point of view
All features
deferred class DISPOSABLE
Summary
All classes whose instances need a special treatment before they are disposed of by the garbage collector should inherit from this class and effect dispose.
Direct parents
Insert list: ANY
Known children
Inherit list: BINARY_FILE_WRITE, NCURSES_WIDGET, PROCESS_POSIX, PROCESS_WIN32
Insert list: CGI, CGI_SERVER_INFO, HTTP_CONNECTION, MOCK_EXPECTATION_GROUPS, NCURSES, PROTOCOL, SOCKET, SOCKET_IMPL, STREAM, TERMINAL_SETTINGS, THREAD_LOCK
Overview
Features
{}
  • dispose
    Action to be executed just before garbage collection reclaims an object.
dispose
deferred procedure
{}
Action to be executed just before garbage collection reclaims an object.