Go backward to Arrays
Go up to Reference Manual
Go forward to Thread Bags

Pointers

A pointer of type Pointer<T> is a handle that may refer to any object of type T stored in the heap. By this handle, the referenced object may be accessed and updated in constant time. Multiple pointers may refer to the same object.

  • Representation
  • Definition
  • Allocation
  • Selection
  • General

  • Wolfgang.Schreiner@risc.uni-linz.ac.at
    Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

    Prev Up Next