#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 <libdevcore/MemoryDB.h>
#include <libdevcore/TrieDB.h>
#include <libdevcrypto/Common.h>
#include <libdevcrypto/CryptoPP.h>
Go to the source code of this file.
|
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 | Alphabet { Alphabet::Low,
Alphabet::Mid,
Alphabet::All
} |
|
Enumerator |
---|
Trie |
|
SHA3 |
|
Trace |
|
Statistics |
|
OutputOnly |
|
Test |
Test mode – output information needed for test verification and benchmarking.
The execution is not introspected not to degrade performance.
|
AssembleArchive |
|
ListArchive |
|
ExtractArchive |
|
Render |
|
Create |
|
Definition at line 82 of file main.cpp.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void setDefaultOrCLocale |
( |
| ) |
|