public final class twolevel_hints_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
twolevel_hints_command() |
|
twolevel_hints_command(int cmd,
int cmdsize,
int offset,
int nhints) |
protected |
twolevel_hints_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_TWOLEVEL_HINTS
|
int |
cmdsize()
sizeof(struct twolevel_hints_command)
|
int |
nhints()
number of hints in the hint table
|
int |
offset()
offset to the hint table
|
void |
setCmd(int value)
LC_TWOLEVEL_HINTS
|
void |
setCmdsize(int value)
sizeof(struct twolevel_hints_command)
|
void |
setNhints(int value)
number of hints in the hint table
|
void |
setOffset(int value)
offset to the hint table
|
public twolevel_hints_command()
protected twolevel_hints_command(org.moe.natj.general.Pointer peer)
public twolevel_hints_command(int cmd,
int cmdsize,
int offset,
int nhints)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public int offset()
public void setOffset(int value)
public int nhints()
public void setNhints(int value)