Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

Handle Class Reference

smart pointer for class ClassType. More...

#include <Handle_ClassType_h.h>


Detailed Description

smart pointer for class ClassType.

NAME: Handle(ClassType) - smart pointer for class ClassType

DESCRIPTION:

The class provides a smart pointer to class objects. The advantage of using handles instead of standard C++ pointers is that the memory management of (large) objects is significantly simplified and the safety of memory operations is increased. See chapter 1.5.5 in H P Langtangen ""Computational Partial Differential Equations; Numerical Methods and Diffpack Programming"" for more information on handles.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.