ReleaseButler 1.0
😙 package manager on GitHub 😙
Loading...
Searching...
No Matches
confile.h
Go to the documentation of this file.
1#pragma once
2#include <string_view>
3
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;
19
30[[nodiscard]] auto parse_confile(std::string_view filename, bool vmode) -> bool;
31
39[[nodiscard]] auto parse_confile_core(std::string_view filename, bool vmode)
40 -> 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