|
libzypp 17.38.14
|
#include <zypp/misc/TestcaseSetup.h>
Public Member Functions | |
| RepoData () | |
| ~RepoData () | |
| RepoData (RepoDataImpl &&data) | |
| TestcaseRepoType | type () const |
| const std::string & | alias () const |
| uint | priority () const |
| const std::string & | path () const |
| const RepoDataImpl & | data () const |
| RepoDataImpl & | data () |
Private Attributes | |
| RWCOW_pointer< RepoDataImpl > | _pimpl |
Definition at line 51 of file TestcaseSetup.h.
| zypp::misc::testcase::RepoData::RepoData | ( | ) |
Definition at line 189 of file TestcaseSetup.cc.
| zypp::misc::testcase::RepoData::~RepoData | ( | ) |
Definition at line 192 of file TestcaseSetup.cc.
| zypp::misc::testcase::RepoData::RepoData | ( | RepoDataImpl && | data | ) |
Definition at line 195 of file TestcaseSetup.cc.
| TestcaseRepoType zypp::misc::testcase::RepoData::type | ( | ) | const |
Definition at line 198 of file TestcaseSetup.cc.
| const std::string & zypp::misc::testcase::RepoData::alias | ( | ) | const |
Definition at line 201 of file TestcaseSetup.cc.
| uint zypp::misc::testcase::RepoData::priority | ( | ) | const |
Definition at line 204 of file TestcaseSetup.cc.
| const std::string & zypp::misc::testcase::RepoData::path | ( | ) | const |
Definition at line 207 of file TestcaseSetup.cc.
| const RepoDataImpl & zypp::misc::testcase::RepoData::data | ( | ) | const |
Definition at line 210 of file TestcaseSetup.cc.
| RepoDataImpl & zypp::misc::testcase::RepoData::data | ( | ) |
Definition at line 213 of file TestcaseSetup.cc.
|
private |
Definition at line 64 of file TestcaseSetup.h.