|
| ModifiedINode (int64_t dateLimit) |
|
virtual const char * | caption () const |
| Human readable caption of the extension.
|
|
virtual FSWalker::OnDirectoryEvent | directoryEvent () |
| Provide a reentrant event for handling directories.
|
|
virtual FSWalker::OnFileEvent | fileEvent () |
| Provide a reentrant event for handling files.
|
|
virtual void * | userdataCreate (FSWalker::DispatchJobEvent &queue) |
| Get the user data.
|
|
virtual void | userdataDestroy (void *userdata) |
| Destroy user data.
|
|
| IExtension () |
| Default constructor.
|
|
virtual | ~IExtension () |
| Destructor.
|
|
virtual int | priority () const |
| Recommended priority for the extension.
|
|
|
uint64_t | bytesDeleted |
|
uint64_t | filesDeleted |
|
uint64_t | foldersDeleted |
|
|
using | Ptr = std::shared_ptr<IExtension> |
| Most suitable smart pointer.
|
|
using | Vector = std::vector<Ptr> |
| List.
|
|
◆ caption()
const char * ModifiedINode::caption |
( |
| ) |
const |
|
virtual |
◆ directoryEvent()
FSWalker::OnDirectoryEvent ModifiedINode::directoryEvent |
( |
| ) |
|
|
virtual |
◆ fileEvent()
FSWalker::OnFileEvent ModifiedINode::fileEvent |
( |
| ) |
|
|
virtual |
◆ userdataCreate()
void * ModifiedINode::userdataCreate |
( |
FSWalker::DispatchJobEvent & | | ) |
|
|
virtual |
◆ userdataDestroy()
void ModifiedINode::userdataDestroy |
( |
void * | | ) |
|
|
virtual |
The documentation for this class was generated from the following files: