#include <Testcase.h>
Public Member Functions | |
| HelixControl (const std::string &controlPath, const SourceTable &sourceTable, const Arch &systemArchitecture, const std::string &systemPath="solver-system.xml") | |
| HelixControl () | |
| ~HelixControl () | |
| void | installResolvable (const ResObject::constPtr &resObject) |
| void | deleteResolvable (const ResObject::constPtr &resObject) |
| std::string | filename () |
Private Attributes | |
| std::string | dumpFile |
| std::ofstream * | file |
Definition at line 88 of file Testcase.h.
| zypp::solver::detail::HelixControl::HelixControl | ( | const std::string & | controlPath, | |
| const SourceTable & | sourceTable, | |||
| const Arch & | systemArchitecture, | |||
| const std::string & | systemPath = "solver-system.xml" | |||
| ) |
Definition at line 297 of file Testcase.cc.
References file, zypp::str::numstring(), TAB, and ZYPP_THROW.
| zypp::solver::detail::HelixControl::HelixControl | ( | ) |
| zypp::solver::detail::HelixControl::~HelixControl | ( | ) |
| void zypp::solver::detail::HelixControl::installResolvable | ( | const ResObject::constPtr & | resObject | ) |
Definition at line 339 of file Testcase.cc.
References file, zypp::Source_Ref::numericId(), zypp::str::numstring(), and zypp::str::toLower().
| void zypp::solver::detail::HelixControl::deleteResolvable | ( | const ResObject::constPtr & | resObject | ) |
| std::string zypp::solver::detail::HelixControl::filename | ( | ) | [inline] |
std::string zypp::solver::detail::HelixControl::dumpFile [private] |
std::ofstream* zypp::solver::detail::HelixControl::file [private] |
Definition at line 92 of file Testcase.h.
Referenced by deleteResolvable(), HelixControl(), installResolvable(), and ~HelixControl().
1.5.0