PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
memory_mapped_file.h File Reference

RAII wrapper for memory-mapped file I/O. More...

#include "result.h"
#include <cstdint>
#include <filesystem>
#include <span>
Include dependency graph for memory_mapped_file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::core::memory_mapped_file
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::core
 

Detailed Description

RAII wrapper for memory-mapped file I/O.

Provides platform-independent memory-mapped file access using mmap (POSIX) or CreateFileMapping (Windows).

Author
kcenon
Since
1.0.0

Definition in file memory_mapped_file.h.