Class: ConcurrentSHM::Value::Int16Ptr
- Defined in:
- ext/concurrent-shm/types.c
Overview
A pointer to an 16-bit signed integer.
Instance Method Summary collapse
-
#read ⇒ Integer
Read from the pointer.
-
#write(value) ⇒ nil
Write to the pointer.
Methods inherited from IntPtr
Instance Method Details
#read ⇒ Integer
Read from the pointer.
#write(value) ⇒ nil
Write to the pointer.