Difference between revisions of "ObjectType:intptr"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
A [[DataType:intptr|intptr]] is simply a <tt>pointer</tt> to an [[DataType:int|int]].  The type inherits [[DataType:int|int]], and can be used as if it ''were'' an [[DataType:int|int]].
+
An [[DataType:intptr|intptr]] is simply a <tt>pointer</tt> to an [[DataType:int|int]].  The type inherits [[DataType:int|int]], and can be used as if it ''were'' an [[DataType:int|int]].
  
 
== Members ==
 
== Members ==

Revision as of 18:42, 12 March 2005

Description

An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.

Members

  • int Address: The memory address of the actual integer

Methods

(none)

Inherits

Returns

The string representation of this int

Examples

See Also