Blender V2.61 - r43446
|
#include <rna_internal.h>
Public Attributes | |
struct AllocDefRNA * | next |
struct AllocDefRNA * | prev |
void * | mem |
Definition at line 104 of file rna_internal.h.
void* AllocDefRNA::mem |
Definition at line 106 of file rna_internal.h.
Referenced by rna_alloc_function_name(), and RNA_define_free().
struct AllocDefRNA* AllocDefRNA::next |
Definition at line 105 of file rna_internal.h.
Referenced by RNA_define_free().
struct AllocDefRNA * AllocDefRNA::prev |
Definition at line 105 of file rna_internal.h.