EntropyEngine::Core::IO::ProgressOptions
EntropyEngine::Core::IO::ProgressOptions
Section titled “EntropyEngine::Core::IO::ProgressOptions”Options for chunked operations with progress. More…
#include <IFileSystemBackend.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::function< bool(size_t processed, size_t total)> | progressCallback |
| size_t | chunkSize |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::IO::ProgressOptions;Options for chunked operations with progress.
Parameters:
- chunkSize Preferred chunk size in bytes
- progressCallback Optional progress callback; return false to cancel
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable progressCallback
Section titled “variable progressCallback”std::function< bool(size_t processed, size_t total)> progressCallback;variable chunkSize
Section titled “variable chunkSize”size_t chunkSize = 1024 * 1024;Updated on 2026-01-26 at 17:14:35 -0500