rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
129 lines (57 loc) • 1.38 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [PointerDebugMetadata](./rc-js-util.pointerdebugmetadata.md)
## PointerDebugMetadata class
**Signature:**
```typescript
export declare class PointerDebugMetadata
```
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[(constructor)(address, isOwning, instanceName)](./rc-js-util.pointerdebugmetadata._constructor_.md)
</td><td>
</td><td>
Constructs a new instance of the `PointerDebugMetadata` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[address](./rc-js-util.pointerdebugmetadata.address.md)
</td><td>
`readonly`
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[instanceName](./rc-js-util.pointerdebugmetadata.instancename.md)
</td><td>
`readonly`
</td><td>
string
</td><td>
</td></tr>
<tr><td>
[isOwning](./rc-js-util.pointerdebugmetadata.isowning.md)
</td><td>
`readonly`
</td><td>
boolean
</td><td>
</td></tr>
</tbody></table>