![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "CommonIO.h"#include <libdevcore/FileSystem.h>#include <iostream>#include <cstdlib>#include <fstream>#include <stdio.h>#include <termios.h>#include "Exceptions.h"#include <boost/filesystem.hpp>Go to the source code of this file.
Namespaces | |
| dev | |
Functions | |
| string | dev::memDump (bytes const &_bytes, unsigned _width, bool _html) |
| template<typename _T > | |
| _T | dev::contentsGeneric (boost::filesystem::path const &_file) |
| bytes | dev::contents (boost::filesystem::path const &_file) |
| bytesSec | dev::contentsSec (boost::filesystem::path const &_file) |
| Secure variation. More... | |
| string | dev::contentsString (boost::filesystem::path const &_file) |
| void | dev::writeFile (boost::filesystem::path const &_file, bytesConstRef _data, bool _writeDeleteRename) |
| void | dev::copyDirectory (boost::filesystem::path const &_srcDir, boost::filesystem::path const &_dstDir) |
| std::string | dev::getPassword (std::string const &_prompt) |
| Requests the user to enter a password on the console. More... | |
Definition in file CommonIO.cpp.