libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
SecretMemFile.hxx
1#pragma once
2
3// cosmos
4#include <cosmos/dso_export.h>
5#include <cosmos/fs/FileDescriptor.hxx>
6
7namespace cosmos {
8
9class COSMOS_API SecretMemFile {
10
11protected: // data
12
13 FileDescriptor m_fd;
14};
15
16} // end ns
Thin Wrapper around OS file descriptors.