public final class Union extends Aggregate
| Constructor | Description |
|---|---|
Union(Type... fields) |
Creates a new C union layout description.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
int |
hashCode() |
|
static Union |
newUnion(Type... fields) |
public Union(Type... fields)
fields - The fields contained in the union.Copyright © 2019. All rights reserved.