nsorted-insertGBBopen Toolsprint-instance-slot-valueobject-addressGoTo Top

object-address   object &optional hex-string-p => address[Function]

Purpose
Return the internal address of object.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

object     An object
hex-string-p     A generalized boolean (default is nil)
address     An integer or a string

Returns
The integer internal address of object or a string containing the hexadecimal representation of the address if hex-string-p is true.

Description
Object-address can be useful with printv.

See also
    printv

Examples

  > (object-address *package*)
  1907568474
  > (object-address *package* 't)
  "71B32F5A"
  >


The GBBopen Project


nsorted-insertGBBopen Toolsprint-instance-slot-valueobject-addressGoTo Top