#include <iostream>#include <map>#include "zypp/base/Logger.h"#include "zypp/base/String.h"#include "zypp/base/Gettext.h"#include "zypp/CountryCode.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Classes | |
| struct | zypp::CountryCode::Impl |
| CountryCode implementation. More... | |
Typedefs | |
| typedef std::map< std::string, std::string > | CodeMap |
| typedef CodeMap::const_iterator | Index |
Variables | |
| CodeMap | iso3166 |
| Two letter codes. | |
| CodeMap | others |
| All the stuff the application injects. | |
Definition in file CountryCode.cc.
|
|
Definition at line 34 of file CountryCode.cc. |
|
|
Definition at line 35 of file CountryCode.cc. |
|
|
Two letter codes.
Definition at line 58 of file CountryCode.cc. |
|
|
All the stuff the application injects.
Definition at line 60 of file CountryCode.cc. |
1.4.6