CppCMS
|
This type represents GNU Gettext domain name for the messages. More...
#include <booster/booster/locale/gnu_gettext.h>
Public Member Functions | |
domain (std::string const &n) | |
bool | operator== (domain const &other) const |
bool | operator!= (domain const &other) const |
Public Attributes | |
std::string | name |
The name of the domain. | |
std::string | encoding |
The character encoding for the domain. |
This type represents GNU Gettext domain name for the messages.
It consists of two parameters:
booster::locale::gnu_gettext::messages_info::domain::domain | ( | std::string const & | n | ) | [inline] |
bool booster::locale::gnu_gettext::messages_info::domain::operator!= | ( | domain const & | other | ) | const [inline] |
Check whether two objects are distinct, only names are compared, encoding is ignored
bool booster::locale::gnu_gettext::messages_info::domain::operator== | ( | domain const & | other | ) | const [inline] |
Check whether two objects are equivalent, only names are compared, encoding is ignored
References name.