Java: enum Sq3ShmLockE → C-API
More...
Java: enum Sq3ShmLockE → C-API
Definition at line 16 of file Sq3ShmLockE.java.
◆ Sq3ShmLockE()
| jvsq3lite.Sq3ShmLockE.Sq3ShmLockE |
( |
int | val | ) |
|
|
inline |
◆ get()
| int jvsq3lite.Sq3ShmLockE.get |
( |
| ) |
|
|
inline |
◆ set()
| static Sq3ShmLockE jvsq3lite.Sq3ShmLockE.set |
( |
int | val | ) |
|
|
inlinestatic |
Definition at line 24 of file Sq3ShmLockE.java.
24 {
25 return Sq3Lite.ShmLockE_FromInt(val);
26 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible
◆ EXCLUSIVE
| jvsq3lite.Sq3ShmLockE.EXCLUSIVE =(8) |
◆ LOCK
| jvsq3lite.Sq3ShmLockE.LOCK =(2) |
◆ SHARED
| jvsq3lite.Sq3ShmLockE.SHARED =(4) |
◆ UNLOCK
| jvsq3lite.Sq3ShmLockE.UNLOCK =(1) |
The documentation for this enum was generated from the following file: