libzypp 17.38.6
zyppng::LanguageCode Class Reference

Language codes (iso639_2/iso639_1). More...

#include <zypp/LanguageCode.h>

Inheritance diagram for zyppng::LanguageCode:

Public Member Functions

 LanguageCode ()
 Default Ctor: noCode.
 LanguageCode (IdString str_r)
 Ctor from string.
 LanguageCode (const std::string &str_r)
 Ctor from string.
 LanguageCode (const char *str_r)
 Ctor from string.
 ~LanguageCode ()
 Dtor.
Public Member Functions inherited from zypp::IdStringType< LanguageCode >
IdString idStr () const
bool empty () const
unsigned size () const
const char * c_str () const
std::string asString () const
IdType id () const
 operator bool () const
 Evaluate in a boolean context ( !
 operator IdString () const
 Explicit conversion to IdString.
 operator std::string () const
 Explicit conversion to std::string.
int compare (const LanguageCode &rhs) const
int compare (const IdStringType &rhs) const
int compare (const IdString &rhs) const
int compare (const std::string &rhs) const
int compare (const char *rhs) const

LanguageCode constants.

static const LanguageCode noCode
 Empty code.
static const LanguageCode enCode
 Last resort "en".
class IdStringType< LanguageCode >
IdString _str
std::string code () const
 Return the language code asString.
std::string name () const
 Return the translated language name; if unknown the language code.

Additional Inherited Members

Public Types inherited from zypp::IdStringType< LanguageCode >
using IdType
Static Public Member Functions inherited from zypp::IdStringType< LanguageCode >
static int compare (const LanguageCode &lhs, const LanguageCode &rhs)
static int compare (const LanguageCode &lhs, const IdString &rhs)
static int compare (const LanguageCode &lhs, const std::string &rhs)
static int compare (const LanguageCode &lhs, const char *rhs)
static int compare (const IdString &lhs, const LanguageCode &rhs)
static int compare (const IdString &lhs, const IdString &rhs)
static int compare (const IdString &lhs, const std::string &rhs)
static int compare (const IdString &lhs, const char *rhs)
static int compare (const std::string &lhs, const LanguageCode &rhs)
static int compare (const std::string &lhs, const IdString &rhs)
static int compare (const std::string &lhs, const std::string &rhs)
static int compare (const std::string &lhs, const char *rhs)
static int compare (const char *lhs, const LanguageCode &rhs)
static int compare (const char *lhs, const IdString &rhs)
static int compare (const char *lhs, const std::string &rhs)
static int compare (const char *lhs, const char *rhs)
Protected Member Functions inherited from zypp::IdStringType< LanguageCode >
 IdStringType ()=default
 IdStringType (const IdStringType &)=default
 IdStringType (IdStringType &&) noexcept=default
IdStringTypeoperator= (const IdStringType &)=default
IdStringTypeoperator= (IdStringType &&) noexcept=default
 ~IdStringType ()=default

Detailed Description

Language codes (iso639_2/iso639_1).

In fact the class will not prevent to use a non iso language code. Just a warning will appear in the log.

Definition at line 30 of file LanguageCode.h.

Constructor & Destructor Documentation

◆ LanguageCode() [1/4]

Default Ctor: noCode.

Definition at line 121 of file LanguageCode.cc.

◆ LanguageCode() [2/4]

Ctor from string.

Definition at line 124 of file LanguageCode.cc.

◆ LanguageCode() [3/4]

zypp::LanguageCode::LanguageCode ( const std::string & str_r)
explicit

Ctor from string.

Definition at line 128 of file LanguageCode.cc.

◆ LanguageCode() [4/4]

zypp::LanguageCode::LanguageCode ( const char * str_r)
explicit

Ctor from string.

Definition at line 132 of file LanguageCode.cc.

◆ ~LanguageCode()

Dtor.

Definition at line 136 of file LanguageCode.cc.

Member Function Documentation

◆ code()

std::string zypp::LanguageCode::code ( ) const
inline

Return the language code asString.

Definition at line 59 of file LanguageCode.h.

◆ name()

std::string zypp::LanguageCode::name ( ) const

Return the translated language name; if unknown the language code.

Definition at line 140 of file LanguageCode.cc.

◆ IdStringType< LanguageCode >

friend class IdStringType< LanguageCode >
friend

Definition at line 63 of file LanguageCode.h.

Member Data Documentation

◆ noCode

Empty code.

Definition at line 52 of file LanguageCode.h.

◆ enCode

Last resort "en".

Definition at line 54 of file LanguageCode.h.

◆ _str

Definition at line 67 of file LanguageCode.h.


The documentation for this class was generated from the following files: