|
LibreOffice Module unotools (master) 1
|
#include <resmgr.hxx>
Public Member Functions | |
| constexpr | TranslateId () |
| constexpr | TranslateId (const char *pContext, const char *pId) |
| operator bool () const | |
| bool | operator== (const TranslateId &other) const |
| bool | operator!= (const TranslateId &other) const |
Public Attributes | |
| const char * | mpContext |
| const char * | mpId |
Definition at line 31 of file resmgr.hxx.
|
inlineconstexpr |
Definition at line 36 of file resmgr.hxx.
References mpContext.
|
inlineconstexpr |
Definition at line 38 of file resmgr.hxx.
References mpContext.
|
inline |
Definition at line 41 of file resmgr.hxx.
|
inline |
Definition at line 44 of file resmgr.hxx.
References utl::operator==().
| bool TranslateId::operator== | ( | const TranslateId & | other | ) | const |
Definition at line 279 of file resmgr.cxx.
| const char* TranslateId::mpContext |
Definition at line 33 of file resmgr.hxx.
Referenced by Translate::get(), and operator==().
| const char* TranslateId::mpId |
Definition at line 34 of file resmgr.hxx.
Referenced by Translate::get(), and operator==().