Go backward to Null(): Test for Unbound Pointer
Go up to General
Go forward to =: Assignment

Pointer(): Duplication

Pointer<T> p(q)
            Pointer<T> q

Specification: Defines a pointer p bound to the same array as q. If q is not bound to any object, p is also unbound.

Note: This definition is more efficient than the otherwise equivalent form

Pointer<T> p = q

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

Prev Up Next