Blender V4.3
UndoReader Struct Reference

#include <BLO_undofile.hh>

Public Attributes

FileReader reader
 
MemFilememfile
 
int undo_direction
 
bool memchunk_identical
 

Detailed Description

Definition at line 75 of file BLO_undofile.hh.

Member Data Documentation

◆ memchunk_identical

bool UndoReader::memchunk_identical

Definition at line 81 of file BLO_undofile.hh.

Referenced by undo_read().

◆ memfile

MemFile* UndoReader::memfile

Definition at line 78 of file BLO_undofile.hh.

Referenced by BLO_memfile_new_filereader(), blo_read_shared_impl(), and undo_read().

◆ reader

FileReader UndoReader::reader

Definition at line 76 of file BLO_undofile.hh.

Referenced by BLO_memfile_new_filereader(), and undo_read().

◆ undo_direction

int UndoReader::undo_direction

Definition at line 79 of file BLO_undofile.hh.

Referenced by BLO_memfile_new_filereader(), and undo_read().


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