16[[nodiscard]]
auto record2confile(std::string_view url, std::string_view name,
17 std::string_view pack_name,
18 std::string_view version,
bool vmode) -> bool;
30[[nodiscard]]
auto parse_confile(std::string_view filename,
bool vmode) -> bool;
<<<<<<< HEAD
auto parse_confile_core(std::string_view filename, bool vmode) -> bool
The core part of parse_confile()
Definition confile.cpp:152
auto record2confile(std::string_view url, std::string_view name, std::string_view pack_name, std::string_view version, bool vmode) -> bool
Save the passed parameters to the specified file for storage.
Definition confile.cpp:53
auto parse_confile(std::string_view filename, bool vmode) -> bool
Parse the passed file name and start downloading and installing, etc.
Definition confile.cpp:113
=======
auto parse_confile_core(std::string_view filename, bool vmode) -> bool
The core part of parse_confile()
Definition confile.cpp:155
auto record2confile(std::string_view url, std::string_view name, std::string_view pack_name, std::string_view version, bool vmode) -> bool
Save the passed parameters to the specified file for storage.
Definition confile.cpp:56
auto parse_confile(std::string_view filename, bool vmode) -> bool
Parse the passed file name and start downloading and installing, etc.
Definition confile.cpp:116
>>>>>>> dev