![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#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... | |
A single entry of translated text.
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
might just be 0 in which case i just don't care.
| RESOURCEID_t GrayLib::cTextLocEntry::m_idRes |
arbitrary value to reflect what might be in Windows resource. (0=don't care)
| HASHCODE32_t GrayLib::cTextLocEntry::m_nHashCode |
hash code made from the Original (un-translated) string. GetHashCode32(inline text)
| cString GrayLib::cTextLocEntry::m_sText |
the translated text.