Blender  V3.3
Public Member Functions | List of all members
blender::ed::asset::index::BlendFile Class Reference

Reference to a blend file that can be indexed. More...

Inheritance diagram for blender::ed::asset::index::BlendFile:
blender::ed::asset::index::AbstractFile

Public Member Functions

 BlendFile (StringRefNull file_path)
 
uint64_t hash () const
 
std::string get_filename () const
 
const char * get_file_path () const override
 
- Public Member Functions inherited from blender::ed::asset::index::AbstractFile
virtual ~AbstractFile ()=default
 
bool exists () const
 
size_t get_file_size () const
 

Detailed Description

Reference to a blend file that can be indexed.

Definition at line 102 of file asset_indexer.cc.

Constructor & Destructor Documentation

◆ BlendFile()

blender::ed::asset::index::BlendFile::BlendFile ( StringRefNull  file_path)
inline

Definition at line 106 of file asset_indexer.cc.

Member Function Documentation

◆ get_file_path()

const char* blender::ed::asset::index::BlendFile::get_file_path ( ) const
inlineoverridevirtual

◆ get_filename()

std::string blender::ed::asset::index::BlendFile::get_filename ( ) const
inline

◆ hash()

uint64_t blender::ed::asset::index::BlendFile::hash ( ) const
inline

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