#include <iosfwd>
#include <y2util/ISOLanguage.h>
#include <y2util/ISOCountry.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | LangCode |
Functions | |
std::ostream & | operator<< (std::ostream &str, const LangCode &obj) |
bool | operator== (const LangCode &lhs, const LangCode &rhs) |
bool | operator== (const std::string &lhs, const LangCode &rhs) |
bool | operator== (const LangCode &lhs, const std::string &rhs) |
bool | operator!= (const LangCode &lhs, const LangCode &rhs) |
bool | operator!= (const std::string &lhs, const LangCode &rhs) |
bool | operator!= (const LangCode &lhs, const std::string &rhs) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|