Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <clocale>
#include <fstream>
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <json_spirit/JsonSpiritHeaders.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/RLP.h>
#include <libdevcore/SHA3.h>
#include <libdevcrypto/Common.h>
#include <libdevcrypto/CryptoPP.h>
Go to the source code of this file.
Classes | |
class | RLPStreamer |
struct | RLPStreamer::Prefs |
Enumerations | |
enum | Mode { Mode::Trie, Mode::SHA3, Mode::Trace, Mode::Statistics, Mode::OutputOnly, Mode::Test, Mode::AssembleArchive, Mode::ListArchive, Mode::ExtractArchive, Mode::Render, Mode::Create } |
enum | Encoding { Encoding::Auto, Encoding::Hex, Encoding::Base64, Encoding::Binary, Encoding::Keccak } |
Functions | |
void | help () |
void | version () |
void | setDefaultOrCLocale () |
bool | isAscii (string const &_s) |
void | putOut (bytes _out, Encoding _encoding, bool _encrypt, bool _quiet) |
int | main (int argc, char **argv) |
|
strong |
|
strong |
bool isAscii | ( | string const & | _s | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |