|
Choreonoid
1.5
|
#include <boost/format.hpp>#include <libintl.h>Go to the source code of this file.
Namespaces | |
| cnoid | |
| Defines the minimum processing for performing pasing file for STL. | |
Macros | |
| #define | CNOID_GETTEXT_DOMAIN_NAME "CnoidBase-1.5" |
| #define | CNOID_ENABLE_GETTEXT 1 |
| #define | _(text) dgettext(CNOID_GETTEXT_DOMAIN_NAME, text) |
| #define | N_(string) string |
Functions | |
| boost::format | cnoid::fmt (const char *f_string) |
| boost::format | cnoid::fmt (const std::string &f_string) |
| const char * | cnoid::getText (const char *domainname, const char *msgid) |
| #define _ | ( | text | ) | dgettext(CNOID_GETTEXT_DOMAIN_NAME, text) |
| #define CNOID_ENABLE_GETTEXT 1 |
| #define CNOID_GETTEXT_DOMAIN_NAME "CnoidBase-1.5" |
| #define N_ | ( | string | ) | string |
1.8.13