class THINKER_T General cluster: brie_doom description: "thinker_t from d_think.h" create: make Ancestors ANY Queries function: detachable PROCEDURE next: THINKER_T prev: THINKER_T Commands make set_function (a_function: [like function] detachable PROCEDURE) set_next (a_next: [like next] THINKER_T) set_prev (a_prev: [like prev] THINKER_T) Constraints
Generated by ISE EiffelStudio