43 #pragma warning( disable : 4251 )
146 #if defined(_MSC_VER) || defined(__MINGW32__)
204 #if defined(_MSC_VER) || defined(__MINGW32__)
219 #if defined(_MSC_VER) || defined(__MINGW32__)
337 #if defined(_MSC_VER) || defined(__MINGW32__)
338 EfcApp(
const std::vector<std::wstring> & rArgVector );
340 EfcApp(
const std::vector<std::string> & rArgVector );
421 void showResult(
int iResultCode,
const std::string & rsCurrentFile );
455 #if defined(_MSC_VER) || defined(__MINGW32__)
457 std::wstring & rsExtension,
458 const fs::path & rFileSystemPath );
461 std::string & rsExtension,
462 const fs::path & rFileSystemPath );
484 #pragma warning( default : 4251 )
Für jede Applikation, hier 'efc' gibt es eine Typen-Datei.
Klasse um gefundene Dateien zu bearbeite; wird an eut::FileHelper::iterateDirectory( const fs::path &...
Definition EfcApp.h:76
virtual void processFileFount(const fs::path &rFullFileName)
EfcApp * m_pParent
Definition EfcApp.h:89
EfcCallBackFileFount(EfcApp &rEfcApp)
Die Applikationsklasse von ExchangeFileContents.
Definition EfcApp.h:57
int m_iVerboseMode
Definition EfcApp.h:167
void showResult(int iResultCode, const std::string &rsCurrentFile)
std::wstring m_sFileNameFilter
Definition EfcApp.h:205
EfcApp & operator=(const EfcApp &)
std::vector< std::wstring > m_ParaVector
Definition EfcApp.h:147
bool m_bStopOnError
Definition EfcApp.h:180
EfcApp(const std::vector< std::wstring > &rArgVector)
void getFileNameAndExtension(std::wstring &rsFileName, std::wstring &rsExtension, const fs::path &rFileSystemPath)
std::wstring m_sFileExtensionFilter
Definition EfcApp.h:220
std::string m_sLanguage
Definition EfcApp.h:234
bool m_bSimulate
Definition EfcApp.h:193
Definition EuFileHelper.h:1014