public abstract class LayoutType
extends java.lang.Object
Types of layouts are:
- singleton
- n-dim array
Constructor and Description |
---|
LayoutType() |
Modifier and Type | Method and Description |
---|---|
void |
bindLocation(Location loc)
Bind a location to this layout.
|
abstract long |
sizeof()
sizeof an instance
|