Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<FileDirEntryRevision> |
FileDirEntryRevision.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<FileDirEntryRevision> |
FileDirEntry.getEntry()
Get method for struct member 'entry'.
|
CPointer<FileDirEntryRevision> |
FileDirEntryRevision.getNext()
Get method for struct member 'next'.
|
CPointer<FileDirEntryRevision> |
FileDirEntryRevision.getPrev()
Get method for struct member 'prev'.
|
Modifier and Type | Method and Description |
---|---|
void |
FileDirEntry.setEntry(CPointer<FileDirEntryRevision> entry)
Set method for struct member 'entry'.
|
void |
FileDirEntryRevision.setNext(CPointer<FileDirEntryRevision> next)
Set method for struct member 'next'.
|
void |
FileDirEntryRevision.setPrev(CPointer<FileDirEntryRevision> prev)
Set method for struct member 'prev'.
|
Constructor and Description |
---|
FileDirEntryRevision(FileDirEntryRevision that) |