LibreOffice Module unotools (master) 1
Public Member Functions | Public Attributes | List of all members
TranslateNId Struct Reference

#include <resmgr.hxx>

Public Member Functions

 TranslateNId ()
 
 TranslateNId (const char *pContext, const char *pSingular, const char *pPlural)
 
 operator bool () const
 
bool operator== (const TranslateNId &other) const
 
bool operator!= (const TranslateNId &other) const
 

Public Attributes

const char * mpContext
 
const char * mpSingular
 
const char * mpPlural
 

Detailed Description

Definition at line 47 of file resmgr.hxx.

Constructor & Destructor Documentation

◆ TranslateNId() [1/2]

TranslateNId::TranslateNId ( )
inline

Definition at line 53 of file resmgr.hxx.

References mpContext.

◆ TranslateNId() [2/2]

TranslateNId::TranslateNId ( const char *  pContext,
const char *  pSingular,
const char *  pPlural 
)
inline

Definition at line 55 of file resmgr.hxx.

References mpContext.

Member Function Documentation

◆ operator bool()

TranslateNId::operator bool ( ) const
inline

Definition at line 58 of file resmgr.hxx.

References mpContext.

◆ operator!=()

bool TranslateNId::operator!= ( const TranslateNId other) const
inline

Definition at line 61 of file resmgr.hxx.

References utl::operator==().

◆ operator==()

bool TranslateNId::operator== ( const TranslateNId other) const

Definition at line 296 of file resmgr.cxx.

References mpContext, mpPlural, and mpSingular.

Member Data Documentation

◆ mpContext

const char* TranslateNId::mpContext

Definition at line 49 of file resmgr.hxx.

Referenced by Translate::nget(), and operator==().

◆ mpPlural

const char* TranslateNId::mpPlural

Definition at line 51 of file resmgr.hxx.

Referenced by Translate::nget(), and operator==().

◆ mpSingular

const char* TranslateNId::mpSingular

Definition at line 50 of file resmgr.hxx.

Referenced by Translate::nget(), and operator==().


The documentation for this struct was generated from the following files: