public interface INdStruct
| Modifier and Type | Method and Description |
|---|---|
static long |
addressOf(INdStruct nullable)
Given a nullable
INdStruct, this returns the address of the struct
or 0 if the object was null. |
long |
getAddress()
Returns the database address at which the struct begins.
|
Nd |
getNd()
Returns the database backing this struct.
|
long getAddress()
Nd getNd()