|
Blender V4.3
|
Public Attributes | |
| BHeadN * | next |
| BHeadN * | prev |
| off64_t | file_offset |
| bool | has_data |
| bool | is_memchunk_identical |
| BHead | bhead |
Definition at line 189 of file readfile.cc.
| BHead BHeadN::bhead |
Definition at line 198 of file readfile.cc.
Referenced by blo_bhead_first(), blo_bhead_next(), blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| off64_t BHeadN::file_offset |
Use to read the data from the file directly into memory as needed.
Definition at line 193 of file readfile.cc.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| bool BHeadN::has_data |
When set, the remainder of this allocation is the data, otherwise it needs to be read.
Definition at line 195 of file readfile.cc.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| bool BHeadN::is_memchunk_identical |
Definition at line 197 of file readfile.cc.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| BHeadN* BHeadN::next |
Definition at line 190 of file readfile.cc.
Referenced by blo_bhead_next(), and get_bhead().
| BHeadN * BHeadN::prev |
Definition at line 190 of file readfile.cc.
Referenced by blo_bhead_prev(), and get_bhead().