Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

fs.h File Reference
#include <stdio.h>
#include <string>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
+ Include dependency graph for fs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fsbridge
 Filesystem operations and types.
 

Functions

FILE * fsbridge::fopen (const fs::path &p, const char *mode)
 
FILE * fsbridge::freopen (const fs::path &p, const char *mode, FILE *stream)
 
Released under the MIT license