#include <YCode.h>
Inheritance diagram for YLocale:

Public Types | |
| typedef __gnu_cxx::hash_map< const char *, bool, __gnu_cxx::hash< const char * >, eqstr > | t_uniquedomains |
Public Member Functions | |
| YLocale (const char *locale, const char *textdomain) | |
| YLocale (bytecodeistream &str) | |
| ~YLocale () | |
| virtual ykind | kind () const |
| const char * | value () const |
| const char * | domain () const |
| string | toString () const |
| std::ostream & | toStream (std::ostream &str) const |
| YCPValue | evaluate (bool cse=false) |
| constTypePtr | type () const |
Static Public Member Functions | |
| static t_uniquedomains::const_iterator | setDomainStatus (const string &domain, bool status) |
| static void | ensureBindDomain (const string &domain) |
Static Public Attributes | |
| static t_uniquedomains | domains |
Private Member Functions | |
| REP_BODY (YLocale) | |
Private Attributes | |
| const char * | m_locale |
| t_uniquedomains::const_iterator | m_domain |
Classes | |
| struct | eqstr |
| typedef __gnu_cxx::hash_map<const char*, bool, __gnu_cxx::hash<const char*>, eqstr> YLocale::t_uniquedomains |
| YLocale::YLocale | ( | const char * | locale, | |
| const char * | textdomain | |||
| ) |
| YLocale::YLocale | ( | bytecodeistream & | str | ) |
| YLocale::~YLocale | ( | ) |
| YLocale::REP_BODY | ( | YLocale | ) | [private] |
| YLocale::t_uniquedomains::const_iterator YLocale::setDomainStatus | ( | const string & | domain, | |
| bool | status | |||
| ) | [static] |
| void YLocale::ensureBindDomain | ( | const string & | domain | ) | [static] |
| const char * YLocale::value | ( | ) | const |
| const char * YLocale::domain | ( | ) | const |
| string YLocale::toString | ( | ) | const [virtual] |
| std::ostream & YLocale::toStream | ( | std::ostream & | str | ) | const [virtual] |
| YCPValue YLocale::evaluate | ( | bool | cse = false |
) | [virtual] |
| constTypePtr YLocale::type | ( | ) | const [inline, virtual] |
return type (interesting mostly for function calls)
Reimplemented from YCode.
const char* YLocale::m_locale [private] |
YLocale::t_uniquedomains YLocale::domains [static] |
t_uniquedomains::const_iterator YLocale::m_domain [private] |
1.5.0