EasyManuals Logo

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #364 background imageLoading...
Page #364 background image
322
Appendix A: System Routines — Apps
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
OO_New
Declaration:
pFrame
OO_New
(pFrame
prototype
)
Category(ies):
Apps
Description:
Allocates a new object frame from heap memory. Frame
prototype
is linked
to the prototype hierarchy of the new frame.
Inputs:
prototype
Pointer to prototype object. You may pass H_NULL for this
parameter if you do not want to link the new object into a
prototype hierarchy.
Outputs:
Returns a frame pointer to the new object or H_NULL if memory for the
object could not be allocated out of the heap.
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: OO_Destroy, OO_DestroyAll
Example:
pFrame obj;
.
.
.
obj = OO_New(H_NULL); /* allocate a new object */
if (obj != H_NULL)
{
.
. /* use object */
.
OO_Destroy(obj); /* free object */
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals