libzypp
17.14.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LanguageCode.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#ifndef ZYPP_LANGUAGECODE_H
13
#define ZYPP_LANGUAGECODE_H
14
15
#include <iosfwd>
16
#include <string>
17
18
#include "
zypp/IdStringType.h
"
19
21
namespace
zypp
22
{
30
class
LanguageCode
:
public
IdStringType
<LanguageCode>
31
{
32
public
:
34
LanguageCode
();
35
37
explicit
LanguageCode
(
IdString
str_r );
38
40
explicit
LanguageCode
(
const
std::string & str_r );
41
43
explicit
LanguageCode
(
const
char
* str_r );
44
46
~LanguageCode
();
47
48
public
:
52
static
const
LanguageCode
noCode
;
54
static
const
LanguageCode
enCode
;
56
57
public
:
59
std::string
code
()
const
60
{
return
std::string(
_str
); }
61
63
std::string
name
()
const
;
64
65
private
:
66
friend
class
IdStringType
<
LanguageCode
>;
67
IdString
_str
;
68
};
69
}
// namespace zypp
71
72
ZYPP_DEFINE_ID_HASHABLE
( ::
zypp::LanguageCode
);
73
74
#endif // ZYPP_LANGUAGECODE_H
zypp
LanguageCode.h
Generated by
1.8.2