Blender
V3.3
|
Reference to a blend file that can be indexed. More...
Public Member Functions | |
BlendFile (StringRefNull file_path) | |
uint64_t | hash () const |
std::string | get_filename () const |
const char * | get_file_path () const override |
![]() | |
virtual | ~AbstractFile ()=default |
bool | exists () const |
size_t | get_file_size () const |
Reference to a blend file that can be indexed.
Definition at line 102 of file asset_indexer.cc.
|
inline |
Definition at line 106 of file asset_indexer.cc.
|
inlineoverridevirtual |
Implements blender::ed::asset::index::AbstractFile.
Definition at line 123 of file asset_indexer.cc.
References blender::StringRefNull::c_str().
Referenced by blender::ed::asset::index::AssetIndexFile::is_older_than(), and blender::ed::asset::index::update_index().
|
inline |
Definition at line 116 of file asset_indexer.cc.
References BLI_split_file_part(), and FILE_MAX.
Referenced by blender::ed::asset::index::AssetLibraryIndex::index_file_path().
|
inline |
Definition at line 110 of file asset_indexer.cc.
Referenced by blender::ed::asset::index::AssetLibraryIndex::index_file_path().