|
Blender V4.3
|
Inherited by blender::ed::asset::index::AssetIndexFile, and blender::ed::asset::index::BlendFile.
Public Member Functions | |
| virtual | ~AbstractFile ()=default |
| virtual const char * | get_file_path () const =0 |
| bool | exists () const |
| size_t | get_file_size () const |
Abstract class for #BlendFile and #AssetIndexFile.
Definition at line 93 of file asset_indexer.cc.
|
virtualdefault |
|
inline |
Definition at line 99 of file asset_indexer.cc.
References BLI_exists(), and get_file_path().
Referenced by blender::ed::asset::index::read_index().
|
pure virtual |
Implemented in blender::ed::asset::index::AssetIndexFile, and blender::ed::asset::index::BlendFile.
Referenced by exists(), and get_file_size().
|
inline |
Definition at line 104 of file asset_indexer.cc.
References BLI_file_size(), and get_file_path().
Referenced by blender::ed::asset::index::AssetIndexFile::constains_entries().