public final class fpunchhole
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
fpunchhole() |
|
fpunchhole(int fp_flags,
int reserved,
long fp_offset,
long fp_length) |
protected |
fpunchhole(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
fp_flags()
unused
|
long |
fp_length()
IN: size of the region
|
long |
fp_offset()
IN: start of the region
|
int |
reserved()
(to maintain 8-byte alignment)
|
void |
setFp_flags(int value)
unused
|
void |
setFp_length(long value)
IN: size of the region
|
void |
setFp_offset(long value)
IN: start of the region
|
void |
setReserved(int value)
(to maintain 8-byte alignment)
|
public fpunchhole()
protected fpunchhole(org.moe.natj.general.Pointer peer)
public fpunchhole(int fp_flags,
int reserved,
long fp_offset,
long fp_length)
public int fp_flags()
public void setFp_flags(int value)
public int reserved()
public void setReserved(int value)
public long fp_offset()
public void setFp_offset(long value)
public long fp_length()
public void setFp_length(long value)