ILE C/C++ Programmer's Guide
The ILE C++ extended_type_info class was designed to provide
support for implementing a persistent object store. The basic
operations that must be supported are:
- Allocation of memory of an object
- Allocation of memory for an array of objects
- Initial construction of an object
- Initial construction of an array of objects
- Copy construction of an object
- Copy constuction of an array of objects
Additional operations for destroy and deallocation of memory are also
provided to detect an exception that occurs during construction. These
operations are:
- Destruction of an object
- Destruction of an array of objects
- Destruction of memory for an object
- Deallocation of memory for an array of objects
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.