#include <PlatformIoDispatcherBase.h>
|
| | FPlatformIoDispatcherRequestMgr () |
| |
| FIoPlatformReadRequest & | CreateScatterGatherRequest (FIoFileReadRequestCompleted &&OnCompleted, FIoBuffer &Dst, uint64 DstSize, void *UserData, uint32 FileId) |
| |
| FIoPlatformReadRequest & | CreateDirectReadRequest (FIoFileReadRequestCompleted &&OnCompleted, FIoBuffer &Dst, uint64 DstSize, uint64 FileOffset, void *UserData) |
| |
| bool | TryCancelReadRequest (FIoPlatformReadRequest &ReadRequest, bool &bAnyBlockCancelled) |
| |
| bool | TryCancelAllReadRequests (FIoFileHandle FileHandle) |
| |
| void | Destroy (FIoPlatformReadRequest &ReadRequest) |
| |
| FIoFileBlockRequest & | GetOrCreateFileBlockRequest (FIoPlatformReadRequest &ReadRequest, FIoBlockKey BlockKey, bool &bCreated) |
| |
| FIoFileBlockRequest & | CreateFileBlockRequest () |
| |
| FIoFileBlockRequest * | GetFileBlockRequest (FIoBlockKey BlockKey) |
| |
| void | GetFileBlockRequests (FIoPlatformReadRequest &ReadRequest, FTempArray< FIoFileBlockRequest * > &OutRequests) |
| |
| void | AddFileBlockRequest (FIoPlatformReadRequest &ReadRequest, FIoFileBlockRequest &FileBlockRequest) |
| |
| void | AddFileBlockRequest (FIoPlatformReadRequest &ReadRequest, FIoBlockKey FileBlockKey) |
| |
| FIoEncodedBlockRequest & | GetOrCreateEncodedBlockRequest (FIoBlockKey BlockKey, bool &bCreated) |
| |
| void | Remove (FIoEncodedBlockRequest &Request) |
| |
| void | Destroy (FIoFileBlockRequest &Request) |
| |
| void | Destroy (FIoEncodedBlockRequest &Request) |
| |
| void | Destroy (FIoFileBlockLink *Link) |
| |
| void | Lock () |
| |
| void | Unlock () |
| |
◆ FPlatformIoDispatcherRequestMgr()
| UE::FPlatformIoDispatcherRequestMgr::FPlatformIoDispatcherRequestMgr |
( |
| ) |
|
◆ AddFileBlockRequest() [1/2]
◆ AddFileBlockRequest() [2/2]
◆ CreateDirectReadRequest()
◆ CreateFileBlockRequest()
◆ CreateScatterGatherRequest()
◆ Destroy() [1/4]
◆ Destroy() [2/4]
◆ Destroy() [3/4]
◆ Destroy() [4/4]
◆ GetFileBlockRequest()
◆ GetFileBlockRequests()
◆ GetOrCreateEncodedBlockRequest()
◆ GetOrCreateFileBlockRequest()
◆ Lock()
| void UE::FPlatformIoDispatcherRequestMgr::Lock |
( |
| ) |
|
|
inline |
◆ Remove()
◆ TryCancelAllReadRequests()
| bool UE::FPlatformIoDispatcherRequestMgr::TryCancelAllReadRequests |
( |
FIoFileHandle |
FileHandle | ) |
|
◆ TryCancelReadRequest()
◆ Unlock()
| void UE::FPlatformIoDispatcherRequestMgr::Unlock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: