getInternalAddress.Object {R.oo}R Documentation

Gets the memory location where the Object resides

Description

Gets the memory location where the Object resides.

Usage

## S3 method for class 'Object':
getInternalAddress(this, ...)

Arguments

... Not used.

Value

Returns a double (can hold 64-bit addresses, whereas an integer can only hold 32-bit addresses).

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

getName(). For more information see Object.

Examples

  obj <- Object()
  getInternalAddress(obj)    # 26979608

[Package R.oo version 1.6.5 Index]