|
Antares Simulator
Power System Simulator
|
Public Member Functions | |
| FileJob (EventsRegistry &events) | |
Public Attributes | |
| String::Vector | files |
| All files. | |
| String::Vector | parents |
| Parent. | |
| std::vector< uint64_t > | filessize |
| All associated sizes. | |
| std::vector< int64_t > | modified |
| Modification. | |
| EventsRegistry & | events |
| Reference. | |
Protected Member Functions | |
| virtual void | onExecute () |
Protected Member Functions inherited from FSWalker::IJob | |
| void | decrementCounter () |
Additional Inherited Members | |
Public Types inherited from FSWalker::IJob | |
| using | Ptr = Yuni::Job::IJob::Ptr::Promote< IJob >::Ptr |
| The most suitable smart pointer for the class. | |
Protected Attributes inherited from FSWalker::IJob | |
| InternalJobCounter | pJobCounter |