TPointerTo<>

TPointerTo is an abstract base class, from which the other safe pointer wrapper classes are derived. Its interface and implementation are shared by all the safe pointer classes. It points to an object. It cannot be copied, but it can be de-referenced using pointer-style syntax. Any type may be pointed to by a TPointerTo.

By convention, the user of a TPointerTo has an alias to an object, but no responsibilities for the lifetime of that object.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker