This commit is contained in:
@ -26,12 +26,15 @@ class template_info {
|
||||
std::string locationID() const { return mLocationID; }
|
||||
std::filesystem::path local_template_path() const { return mTemplateLocalPath; }
|
||||
bool template_valid() const { return mTemplateValid; }
|
||||
uint64_t hash() const { return mHash; }
|
||||
|
||||
private:
|
||||
std::string mTemplateName;
|
||||
std::string mLocationID;
|
||||
std::filesystem::path mTemplateLocalPath; // source or cache.
|
||||
bool mTemplateValid;
|
||||
bool mIsSet;
|
||||
uint64_t mHash;
|
||||
};
|
||||
|
||||
class template_source_interface {
|
||||
|
Reference in New Issue
Block a user