#include <Handle_ClassType_h.h>
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.