GlobalObjects
Loading...
Searching...
No Matches
EuLanguageFunctions.h
Go to the documentation of this file.
1#ifndef INC_EULANGUAGEFUNC_H
2#define INC_EULANGUAGEFUNC_H
3//-----------------------------------------------------------------------------
51//-----------------------------------------------------------------------------
52#include <EuToolTypes.h>
53#include <string>
54#include <vector>
55#include <unordered_set>
56//-----------------------------------------------------------------------------
57namespace eut
58{
59 //---------------------------------------------------------------------------
72 namespace LanguageFunctions
73 {
74 //-------------------------------------------------------------------------
411 //-------------------------------------------------------------------------
424 //---------------------------------------------------------------------------
449 __tool_export_dll int changeLanguageChar( std::string & rsText,
451 //---------------------------------------------------------------------------
478 __tool_export_dll int changeLanguageChar( std::string & rsText,
479 const std::vector< LanguageFunctions::EnLanguageKey > & rLanguageKeys );
480 //-------------------------------------------------------------------------
497 //-------------------------------------------------------------------------
512 //-------------------------------------------------------------------------
534 __tool_export_dll std::string toUpperString( const std::string & rsSourc );
535 //-------------------------------------------------------------------------
536 }
537 //---------------------------------------------------------------------------
538} // namespace eut
539#endif
540
For each library, here 'EuTools' there is a type file.
#define __tool_export_dll
Definition EuToolTypes.h:77
__tool_export_dll std::string toUpperString(const std::string &rsSourc)
__tool_export_dll LanguageFunctions::EnLanguageKey getLanguageKeyAsEnum(const std::string &rsLanguageKey)
__tool_export_dll std::string getLanguageIsoCodeByNum(EnLanguageKey eLanguageKeyNum)
__tool_export_dll unsigned int getLanguageKeyCount()
EnLanguageKey
Definition EuLanguageFunctions.h:87
@ eDNK
Definition EuLanguageFunctions.h:243
@ eGBR
Definition EuLanguageFunctions.h:382
@ eEST
Definition EuLanguageFunctions.h:366
@ eISL
Definition EuLanguageFunctions.h:334
@ eFIN
Definition EuLanguageFunctions.h:283
@ eFRA
Definition EuLanguageFunctions.h:221
@ eSWE
Definition EuLanguageFunctions.h:299
@ eUSA
Definition EuLanguageFunctions.h:398
@ eUNDEFINED
Definition EuLanguageFunctions.h:99
@ eENUM_SIZE
Definition EuLanguageFunctions.h:409
@ eDEU_2
Definition EuLanguageFunctions.h:149
@ eDEU_1
Definition EuLanguageFunctions.h:124
@ eNOR
Definition EuLanguageFunctions.h:259
@ eAUT
Definition EuLanguageFunctions.h:173
__tool_export_dll int changeLanguageChar(std::string &rsText, LanguageFunctions::EnLanguageKey eLanguageKey)
Definition IniFile.h:62