Skip to content

Commit

Permalink
print pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Sep 14, 2024
1 parent 6fba6ea commit 06efacd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jParser/base/src/main/java/idl/IDLBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public void dispose() {
nativeData.dispose();
}

@Override
public String toString() {
return getClass().getSimpleName() + " " + nativeData;
}

/**
* Deletes the IDL object this class encapsulates. Do not call directly, instead use the {@link #dispose()} method.
*/
Expand Down

0 comments on commit 06efacd

Please sign in to comment.