Unravel Engine C++ Reference
Loading...
Searching...
No Matches
fs::cache< T >::cache_entry Struct Reference

#include <cache.hpp>

Public Attributes

directory_entry entry
 
std::string filename
 
std::string stem
 
std::string extension
 
std::string protocol_path
 

Detailed Description

template<typename T>
struct fs::cache< T >::cache_entry

Definition at line 224 of file cache.hpp.

Member Data Documentation

◆ entry

template<typename T >
directory_entry fs::cache< T >::cache_entry::entry

Definition at line 226 of file cache.hpp.

◆ extension

template<typename T >
std::string fs::cache< T >::cache_entry::extension

Definition at line 229 of file cache.hpp.

◆ filename

template<typename T >
std::string fs::cache< T >::cache_entry::filename

Definition at line 227 of file cache.hpp.

◆ protocol_path

template<typename T >
std::string fs::cache< T >::cache_entry::protocol_path

Definition at line 230 of file cache.hpp.

◆ stem

template<typename T >
std::string fs::cache< T >::cache_entry::stem

Definition at line 228 of file cache.hpp.


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