Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
cfile.hpp File Reference
#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>
Include dependency graph for cfile.hpp:
This graph shows which files directly or indirectly include this file:

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 )>
 

Macro Definition Documentation

◆ FC_FOPEN

#define FC_FOPEN ( p,
m )
Value:
fopen(p, m)
const mie::Vuint & p
Definition bn.cpp:27

Definition at line 12 of file cfile.hpp.