#include <tinygettext.hpp>
Public Member Functions | |
| LanguageDef (const char *code_, const char *name_, int nplural_, PluralFunc plural_) | |
Public Attributes | |
| const char * | code |
| const char * | name |
| int | nplural |
| PluralFunc | plural |
Definition at line 32 of file tinygettext.hpp.
| TinyGetText::LanguageDef::LanguageDef | ( | const char * | code_, | |
| const char * | name_, | |||
| int | nplural_, | |||
| PluralFunc | plural_ | |||
| ) | [inline] |
| const char* TinyGetText::LanguageDef::code |
Definition at line 33 of file tinygettext.hpp.
| const char* TinyGetText::LanguageDef::name |
Definition at line 34 of file tinygettext.hpp.
Definition at line 35 of file tinygettext.hpp.
1.5.1