|
Blender
V2.93
|
Public Attributes | |
| bool(* | open )(WriteWrap *ww, const char *filepath) |
| bool(* | close )(WriteWrap *ww) |
| size_t(* | write )(WriteWrap *ww, const char *data, size_t data_len) |
| bool | use_buf |
| union { | |
| int file_handle | |
| gzFile gz_handle | |
| } | _user_data |
Definition at line 153 of file writefile.c.
| union { ... } WriteWrap::_user_data |
| bool(* WriteWrap::close) (WriteWrap *ww) |
Definition at line 156 of file writefile.c.
Referenced by BLO_write_file(), and ww_handle_init().
| int WriteWrap::file_handle |
Definition at line 164 of file writefile.c.
| gzFile WriteWrap::gz_handle |
Definition at line 165 of file writefile.c.
| bool(* WriteWrap::open) (WriteWrap *ww, const char *filepath) |
Definition at line 155 of file writefile.c.
Referenced by BLO_write_file(), and ww_handle_init().
| bool WriteWrap::use_buf |
Definition at line 160 of file writefile.c.
Referenced by writedata_new(), and ww_handle_init().
Definition at line 157 of file writefile.c.
Referenced by writedata_do_write(), and ww_handle_init().