\"\" \"\" \"\"
Go backward to Program Structure
Go up to Program Control
Go forward to Compilation and Execution
RISC-Linz logo

RT++ Type Declarations

All RT++ objects (threads, lists, arrays, pointers, thread bags) are represented as data structures in the heap. For the purpose of automatic garbage collection, the programmer has to provide some extra information about those types that are used as base types of RT++ type constructors or as argument types or result types of RT++ threads.

  • Type Constructors
  • Example
  • Template Types
  • Threads
  • Thread Bags

  • Author: Wolfgang Schreiner
    Last Modification: April 12, 1997