Go backward to Pointer(): Duplication
Go up to General
Go forward to ==: Comparison

=: Assignment

p = q
      Pointer<T> p
      Pointer<T> q

Specification: Binds p to the object q (i.e. to the object to which q is bound). This overrides any previous binding of p. If q is not bound to any object, p becomes unbound.

Complexity: O(1).


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

Prev Up Next