libzypp
10.5.0
|
CountryCode implementation. More...
Public Member Functions | |
Impl () | |
Impl (const std::string &code_r) | |
std::string | code () const |
std::string | name () const |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. | |
Private Attributes | |
CodeMaps::Index | _index |
index into code map. |
CountryCode implementation.
Definition at line 97 of file CountryCode.cc.
zypp::CountryCode::Impl::Impl | ( | ) | [inline] |
Definition at line 99 of file CountryCode.cc.
zypp::CountryCode::Impl::Impl | ( | const std::string & | code_r | ) | [inline] |
Definition at line 103 of file CountryCode.cc.
std::string zypp::CountryCode::Impl::code | ( | ) | const [inline] |
Definition at line 107 of file CountryCode.cc.
std::string zypp::CountryCode::Impl::name | ( | ) | const [inline] |
Definition at line 110 of file CountryCode.cc.
static shared_ptr<Impl> zypp::CountryCode::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 128 of file CountryCode.cc.
CodeMaps::Index zypp::CountryCode::Impl::_index [private] |
index into code map.
Definition at line 124 of file CountryCode.cc.