public final class linker_option_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
linker_option_command() |
|
linker_option_command(int cmd,
int cmdsize,
int count) |
protected |
linker_option_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_LINKER_OPTION only used in MH_OBJECT filetypes
|
int |
cmdsize() |
int |
count()
number of strings
|
void |
setCmd(int value)
LC_LINKER_OPTION only used in MH_OBJECT filetypes
|
void |
setCmdsize(int value) |
void |
setCount(int value)
number of strings
|
public linker_option_command()
protected linker_option_command(org.moe.natj.general.Pointer peer)
public linker_option_command(int cmd,
int cmdsize,
int count)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public int count()
public void setCount(int value)