Blender  V3.3
Public Attributes | List of all members
UndoReader Struct Reference

#include <BLO_undofile.h>

Public Attributes

FileReader reader
 
MemFilememfile
 
int undo_direction
 
bool memchunk_identical
 

Detailed Description

Definition at line 55 of file BLO_undofile.h.

Member Data Documentation

◆ memchunk_identical

bool UndoReader::memchunk_identical

Definition at line 61 of file BLO_undofile.h.

Referenced by undo_read().

◆ memfile

MemFile* UndoReader::memfile

Definition at line 58 of file BLO_undofile.h.

Referenced by BLO_memfile_new_filereader(), and undo_read().

◆ reader

FileReader UndoReader::reader

Definition at line 56 of file BLO_undofile.h.

Referenced by BLO_memfile_new_filereader(), and undo_read().

◆ undo_direction

int UndoReader::undo_direction

Definition at line 59 of file BLO_undofile.h.

Referenced by BLO_memfile_new_filereader(), and undo_read().


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