public class NdStruct extends java.lang.Object implements INdStruct
INdStruct. Holds the address of the struct
and the pointer to the database.| Modifier and Type | Field and Description |
|---|---|
long |
address |
protected Nd |
nd |
static StructDef<NdStruct> |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
NdStruct(Nd nd,
long address) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress()
Returns the database address at which the struct begins.
|
protected Database |
getDB() |
Nd |
getNd()
Returns the database backing this struct.
|
public long address
protected final Nd nd
protected NdStruct(Nd nd, long address)
public long getAddress()
INdStructgetAddress in interface INdStructpublic Nd getNd()
INdStructprotected final Database getDB()