GlobalObjects
Loading...
Searching...
No Matches
eut::FileHelper::CallBackFileDirFount Class Reference

#include <EuFileHelper.h>

Public Member Functions

virtual void processDirFount (const fs::path &rFullPathName)
 
virtual void processFileFount (const fs::path &rFullFileName)
 

Detailed Description

CallBack class for the function FileHelper::iterateDirectory( const fs::path & rIterPath, bool bRecursive, CallBackFileDirFount & rProcessingObject) in which if necessary the methods CallBackFileDirFount::processFileFount (...) or CallBackFileDirFount::processDirFount (...) are called.
This makes sense if the methods in a derived class are overwritten.

Member Function Documentation

◆ processDirFount()

virtual void eut::FileHelper::CallBackFileDirFount::processDirFount ( const fs::path & rFullPathName)
inlinevirtual

Is called if a path is found during iteration.
Nothing will be done here!

Parameters
[in]rFullPathNameThe full path in an object of type fs::path.

◆ processFileFount()

virtual void eut::FileHelper::CallBackFileDirFount::processFileFount ( const fs::path & rFullFileName)
inlinevirtual

Is called if a file is found during iteration.
Nothing will be done here!

Parameters
[in]rFullFileNameThe file name with complete path in an object of type fs::path.

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