public final class build_tool_version
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
build_tool_version() |
|
build_tool_version(int tool,
int version) |
protected |
build_tool_version(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setTool(int value)
enum for the tool
|
void |
setVersion(int value)
version number of the tool
|
int |
tool()
enum for the tool
|
int |
version()
version number of the tool
|