![]() |
Blender V2.61 - r43446
|
#include <BLO_undofile.h>
Public Attributes | |
| void * | next |
| void * | prev |
| char * | buf |
| unsigned int | ident |
| unsigned int | size |
Definition at line 36 of file BLO_undofile.h.
| char* MemFileChunk::buf |
Definition at line 39 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), BLO_free_memfile(), and fd_read_from_memfile().
| unsigned int MemFileChunk::ident |
Definition at line 40 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BLO_free_memfile(), and BLO_merge_memfile().
| void* MemFileChunk::next |
Definition at line 37 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), BLO_merge_memfile(), and fd_read_from_memfile().
| void * MemFileChunk::prev |
Definition at line 37 of file BLO_undofile.h.
| unsigned int MemFileChunk::size |
Definition at line 40 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), and fd_read_from_memfile().