Blender V4.3
BHeadN Struct Reference

Public Attributes

BHeadNnext
 
BHeadNprev
 
off64_t file_offset
 
bool has_data
 
bool is_memchunk_identical
 
BHead bhead
 

Detailed Description

Definition at line 189 of file readfile.cc.

Member Data Documentation

◆ bhead

BHead BHeadN::bhead

◆ file_offset

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().

◆ has_data

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().

◆ is_memchunk_identical

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().

◆ next

BHeadN* BHeadN::next

Definition at line 190 of file readfile.cc.

Referenced by blo_bhead_next(), and get_bhead().

◆ prev

BHeadN * BHeadN::prev

Definition at line 190 of file readfile.cc.

Referenced by blo_bhead_prev(), and get_bhead().


The documentation for this struct was generated from the following file: