Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Enumerations | Functions
main.cpp File Reference
#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>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

class  StandardMap
 

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  Alphabet { Alphabet::Low, Alphabet::Mid, Alphabet::All }
 

Functions

void help ()
 
void version ()
 
void setDefaultOrCLocale ()
 
int main (int argc, char **argv)
 

Enumeration Type Documentation

enum Alphabet
strong
Enumerator
Low 
Mid 
All 

Definition at line 87 of file main.cpp.

enum Mode
strong
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.

Function Documentation

void help ( )

Definition at line 39 of file main.cpp.

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 149 of file main.cpp.

Here is the call graph for this function:

void setDefaultOrCLocale ( )

Definition at line 72 of file main.cpp.

Here is the caller graph for this function:

void version ( )

Definition at line 53 of file main.cpp.

Here is the caller graph for this function: