Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cTextLocEntry Class Reference

#include <cTextLocMgr.h>

Public Member Functions

 cTextLocEntry () noexcept
 
 cTextLocEntry (const cTextLocEntry &entry)
 
 cTextLocEntry (cString sOrigText, RESOURCEID_t idRes)
 
 cTextLocEntry (cString sOrigText, cString sTransText, RESOURCEID_t idRes)
 
RESOURCEID_t get_SortValue () const noexcept
 
HASHCODE32_t get_HashCode () const noexcept
 

Public Attributes

RESOURCEID_t m_idRes
 arbitrary value to reflect what might be in Windows resource. (0=don't care) More...
 
cString m_sText
 the translated text. More...
 
HASHCODE32_t m_nHashCode
 hash code made from the Original (un-translated) string. GetHashCode32(inline text) More...
 

Detailed Description

A single entry of translated text.

Constructor & Destructor Documentation

◆ cTextLocEntry() [1/4]

GrayLib::cTextLocEntry::cTextLocEntry ( )
inlinenoexcept

◆ cTextLocEntry() [2/4]

GrayLib::cTextLocEntry::cTextLocEntry ( const cTextLocEntry entry)
inline

◆ cTextLocEntry() [3/4]

GrayLib::cTextLocEntry::cTextLocEntry ( cString  sOrigText,
RESOURCEID_t  idRes 
)
inline

◆ cTextLocEntry() [4/4]

GrayLib::cTextLocEntry::cTextLocEntry ( cString  sOrigText,
cString  sTransText,
RESOURCEID_t  idRes 
)
inline

Member Function Documentation

◆ get_HashCode()

HASHCODE32_t GrayLib::cTextLocEntry::get_HashCode ( ) const
inlinenoexcept

◆ get_SortValue()

RESOURCEID_t GrayLib::cTextLocEntry::get_SortValue ( ) const
inlinenoexcept

might just be 0 in which case i just don't care.

Member Data Documentation

◆ m_idRes

RESOURCEID_t GrayLib::cTextLocEntry::m_idRes

arbitrary value to reflect what might be in Windows resource. (0=don't care)

◆ m_nHashCode

HASHCODE32_t GrayLib::cTextLocEntry::m_nHashCode

hash code made from the Original (un-translated) string. GetHashCode32(inline text)

◆ m_sText

cString GrayLib::cTextLocEntry::m_sText

the translated text.


The documentation for this class was generated from the following file: