![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <string>#include <boost/filesystem.hpp>Go to the source code of this file.
Namespaces | |
| dev | |
Functions | |
| void | dev::setDataDir (boost::filesystem::path const &_dir) |
| Sets the data dir for the default ("ethereum") prefix. More... | |
| boost::filesystem::path | dev::getDataDir (std::string _prefix="ethereum") |
| boost::filesystem::path | dev::getDefaultDataDir (std::string _prefix="ethereum") |
| void | dev::setIpcPath (boost::filesystem::path const &_ipcPath) |
| Sets the ipc socket dir. More... | |
| boost::filesystem::path | dev::getIpcPath () |
| boost::filesystem::path | dev::appendToFilename (boost::filesystem::path const &_orig, std::string const &_suffix) |
Definition in file FileSystem.h.