Wire Sysio Wire Sysion 1.0.0
|
#include <fc/filesystem.hpp>
#include <fc/io/datastream.hpp>
#include <cstdio>
#include <ios>
#include <fcntl.h>
#include <sys/stat.h>
#include <boost/interprocess/file_mapping.hpp>
Go to the source code of this file.
Classes | |
class | fc::cfile |
class | fc::cfile_datastream |
class | fc::datastream< fc::cfile, void > |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::detail |
Macros | |
#define | FC_FOPEN(p, m) |
Typedefs | |
using | fc::detail::unique_file = std::unique_ptr<FILE, decltype( &fclose )> |