libzypp 17.31.23
|
#include <misc/TestcaseSetup.h>
Public Member Functions | |
ForceInstall () | |
~ForceInstall () | |
ForceInstall (ForceInstallImpl &&data) | |
const std::string & | channel () const |
const std::string & | package () const |
const std::string & | kind () const |
const ForceInstallImpl & | data () const |
ForceInstallImpl & | data () |
Private Attributes | |
RWCOW_pointer< ForceInstallImpl > | _pimpl |
Definition at line 62 of file TestcaseSetup.h.
zypp::misc::testcase::ForceInstall::ForceInstall | ( | ) |
Definition at line 32 of file TestcaseSetup.cc.
zypp::misc::testcase::ForceInstall::~ForceInstall | ( | ) |
Definition at line 35 of file TestcaseSetup.cc.
zypp::misc::testcase::ForceInstall::ForceInstall | ( | ForceInstallImpl && | data | ) |
Definition at line 38 of file TestcaseSetup.cc.
const std::string & zypp::misc::testcase::ForceInstall::channel | ( | ) | const |
Definition at line 47 of file TestcaseSetup.cc.
const std::string & zypp::misc::testcase::ForceInstall::package | ( | ) | const |
Definition at line 50 of file TestcaseSetup.cc.
const std::string & zypp::misc::testcase::ForceInstall::kind | ( | ) | const |
Definition at line 53 of file TestcaseSetup.cc.
const ForceInstallImpl & zypp::misc::testcase::ForceInstall::data | ( | ) | const |
Definition at line 41 of file TestcaseSetup.cc.
ForceInstallImpl & zypp::misc::testcase::ForceInstall::data | ( | ) |
Definition at line 44 of file TestcaseSetup.cc.
|
private |
Definition at line 74 of file TestcaseSetup.h.