korlibs
Toggle table of contents
6.1.0-SNAPSHOT
native
Target filter
native
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
korlibs.memory
/
NInt
NInt
native
inline
class
NInt
(
val
data
:
CPointer
<
IntVar
>
?
)
Members
Constructors
NInt
Link copied to clipboard
native
constructor
(
data
:
CPointer
<
IntVar
>
?
)
constructor
(
value
:
Int
)
constructor
(
value
:
Long
)
Properties
data
Link copied to clipboard
native
val
data
:
CPointer
<
IntVar
>
?
int
Link copied to clipboard
native
val
int
:
Int
long
Link copied to clipboard
native
val
long
:
Long