Difference between revisions of "ObjectType:int64ptr"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{ObjectType-Vitals|int64ptr|[[LavishScript]]|[[ObjectType:int64ptr|int64ptr]]|The string representation of this int64|none|no|int64 *}} | ||
+ | |||
== Description == | == Description == | ||
− | An [[ | + | An [[ObjectType:int64ptr|int64ptr]] is simply a <tt>pointer</tt> to an [[ObjectType:int64|int64]]. The type inherits [[ObjectType:int64|int64]], and can be used as if it ''were'' an [[ObjectType:int64|int64]]. |
== Members == | == Members == | ||
− | * [[ | + | * [[ObjectType:int64|int64]] '''Address''': The memory address of the actual int64 |
== Methods == | == Methods == | ||
''(none)'' | ''(none)'' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Examples == | == Examples == | ||
Line 19: | Line 15: | ||
== See Also == | == See Also == | ||
− | + | {{LavishScript:ObjectType}} | |
− | |||
− | |||
− |
Latest revision as of 16:03, 8 July 2018
int64ptr | |
Defined By | LavishScript |
Inherits | int64ptr |
Reduces To | The string representation of this int64 |
Variable Object Type | none |
Uses Sub-Types | no |
C/C++ Type | int64 * |
Contents
Description
An int64ptr is simply a pointer to an int64. The type inherits int64, and can be used as if it were an int64.
Members
- int64 Address: The memory address of the actual int64
Methods
(none)
Examples
Display a int64 pointer's address
- echo Memory Address: ${Point1.Address}
See Also
LavishScript Object Types
- Text
- string - mutablestring - unistring
- Numbers
- byte - float - float64 - int - uint - int64
- Boolean (TRUE/FALSE)
- bool
- Pointers
- boolptr - byteptr - floatptr - float64ptr - intptr - uintptr - int64ptr - rgbptr - stringptr
- Containers
- objectcontainer - array - index - collection - queue - stack - set - variablescope
- JSON
- jsonobject - jsonarray - jsonvaluecontainer - jsonvalue
- Iteration
- iterator - jsoniterator
- Date/Time
- time
- File Handling
- filepath - file - filelist - filelistentry
- Tasks
- lavishmachine - Accessed via the Top-Level Object LMAC
- task - tasklibrary - taskmanager - tasktype - taskpulseargs - elmactaskstate