public class MStringProperty extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__s
Field descriptor (offset) for struct member 's'.
|
static long[] |
__DNA__FIELD__s_len
Field descriptor (offset) for struct member 's_len'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MStringProperty.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MStringProperty(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MStringProperty(MStringProperty that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MStringProperty> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getS_len()
Get method for struct member 's_len'.
|
CArrayFacade<java.lang.Byte> |
getS()
Get method for struct member 's'.
|
void |
setS_len(byte s_len)
Set method for struct member 's_len'.
|
void |
setS(CArrayFacade<java.lang.Byte> s)
Set method for struct member 's'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for MStringProperty.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__s
This is how you get a reference on the corresponding field in the struct:
MStringProperty mstringproperty = ...; CPointer<Object> p = mstringproperty.__dna__addressof(MStringProperty.__DNA__FIELD__s); CPointer<CArrayFacade<Byte>> p_s = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__s_len
This is how you get a reference on the corresponding field in the struct:
MStringProperty mstringproperty = ...; CPointer<Object> p = mstringproperty.__dna__addressof(MStringProperty.__DNA__FIELD__s_len); CPointer<Byte> p_s_len = p.cast(new Class[]{Byte.class});
public MStringProperty(long __address, Block __block, BlockTable __blockTable)
protected MStringProperty(MStringProperty that)
public CArrayFacade<java.lang.Byte> getS() throws java.io.IOException
java.io.IOException
__DNA__FIELD__s
public void setS(CArrayFacade<java.lang.Byte> s) throws java.io.IOException
java.io.IOException
__DNA__FIELD__s
public byte getS_len() throws java.io.IOException
java.io.IOException
__DNA__FIELD__s_len
public void setS_len(byte s_len) throws java.io.IOException
java.io.IOException
__DNA__FIELD__s_len
public CPointer<MStringProperty> __io__addressof()