|
| | FUnixMappedFileRegion (const uint8 *InMappedPtr, const uint8 *InAlignedPtr, size_t InMappedSize, uint64 InAlignedSize, const FString &InDebugFilename, size_t InDebugOffsetIntoFile, FUnixMappedFileHandle *InParent) |
| |
| virtual | ~FUnixMappedFileRegion () |
| |
| | IMappedFileRegion (const uint8 *InMappedPtr, size_t InMappedSize, const FString &InDebugFilename, size_t InDebugOffsetRelativeToFile) |
| |
| virtual | ~IMappedFileRegion () |
| |
| const uint8 * | GetMappedPtr () |
| |
| int64 | GetMappedSize () |
| |
| virtual void | PreloadHint (int64 PreloadOffset=0, int64 BytesToPreload=MAX_int64) |
| |
| virtual void | Flush (int64 FlushOffset=0, int64 BytesToFlush=MAX_int64) |
| |
| | IMappedFileRegion (const IMappedFileRegion &)=delete |
| |
| IMappedFileRegion & | operator= (const IMappedFileRegion &)=delete |
| |
◆ FUnixMappedFileRegion()
◆ ~FUnixMappedFileRegion()
| FUnixMappedFileRegion::~FUnixMappedFileRegion |
( |
| ) |
|
|
virtual |
◆ AlignedPtr
| const uint8* FUnixMappedFileRegion::AlignedPtr |
◆ AlignedSize
| uint64 FUnixMappedFileRegion::AlignedSize |
◆ Parent
The documentation for this class was generated from the following file: