|
using | OnDirectoryEventList = std::vector<OnDirectoryEvent> |
|
using | OnFileEventList = std::vector<OnFileEvent> |
|
using | IndexList = std::vector<uint> |
|
using | UserDataList = std::vector<void*> |
|
|
void | initialize (const IExtension::Vector &exts, DispatchJobEvent &queue) |
|
void | finalize () |
|
|
struct { | |
|
OnDirectoryEventList enter | |
|
IndexList indexes | |
|
UserDataList userdata | |
|
} | directory | |
|
struct { | |
|
OnFileEventList access | |
|
IndexList indexes | |
|
UserDataList userdata | |
|
} | file | |
|
IExtension::Vector | extensions |
| Extensions.
|
|
UserDataList | uniqueUserdata |
| Unique user data per extension.
|
|
The documentation for this class was generated from the following file: