Class: ConcurrentSHM::Value::Int8Ptr
- Defined in:
- ext/concurrent-shm/types.c
Overview
A pointer to an 8-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.