#include <index.hh>
|
| void | push_back (std::string path, uint64_t file_size, uint64_t modified) |
| |
| const char * | path (uint64_t entry_index) const |
| |
| bool | dump (std::string path) const |
| |
| bool | load (std::string path) |
| |
| void | clear () |
| |
| void | sort () |
| |
◆ clear()
| void stardock::Index::clear |
( |
| ) |
|
◆ dump()
| bool stardock::Index::dump |
( |
std::string | path | ) |
const |
◆ load()
| bool stardock::Index::load |
( |
std::string | path | ) |
|
◆ path()
| const char * stardock::Index::path |
( |
uint64_t | entry_index | ) |
const |
|
inline |
◆ push_back()
| void stardock::Index::push_back |
( |
std::string | path, |
|
|
uint64_t | file_size, |
|
|
uint64_t | modified ) |
◆ sort()
| void stardock::Index::sort |
( |
| ) |
|
◆ entries
| Entry* stardock::Index::entries = nullptr |
◆ entries_size
| uint64_t stardock::Index::entries_size = 0 |
◆ n_of_chars
| uint64_t stardock::Index::n_of_chars = 0 |
◆ n_of_entries
| uint64_t stardock::Index::n_of_entries = 0 |
◆ paths
| char* stardock::Index::paths = nullptr |
◆ paths_size
| uint64_t stardock::Index::paths_size = 0 |
The documentation for this struct was generated from the following files:
- /home/runner/work/stardock/stardock/include/stardock/index.hh
- /home/runner/work/stardock/stardock/src/stardock/index.cc