de.intarsys.nativec.type
public class NativeAbstractStringType extends NativeType
Modifier | Constructor and Description |
---|---|
protected |
NativeAbstractStringType(int pCharacterSize) |
protected |
NativeAbstractStringType(int pStringSize,
int pCharacterSize) |
Modifier and Type | Method and Description |
---|---|
int |
getByteCount()
The size of the type in c memory.
|
int |
getPreferredBoundary()
The boundary where this type as a struct member would want to be aligned.
|
int |
getStringSize() |
boolean |
hasByteCount() |
Array, createNative, createNative, lookup, Ref, register
protected NativeAbstractStringType(int pCharacterSize)
protected NativeAbstractStringType(int pStringSize, int pCharacterSize)
public int getByteCount()
INativeType
getByteCount
in interface INativeType
getByteCount
in class NativeType
public int getPreferredBoundary()
INativeType
public int getStringSize()
public boolean hasByteCount()