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 <libdevcrypto/Common.h>
#include <libdevcrypto/CryptoPP.h>
Include dependency graph for main.cpp:

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)
 

Enumeration Type Documentation

enum Encoding
strong
Enumerator
Auto 
Hex 
Base64 
Binary 
Keccak 

Definition at line 107 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 99 of file main.cpp.

Function Documentation

void help ( )

Definition at line 37 of file main.cpp.

bool isAscii ( string const &  _s)

Definition at line 115 of file main.cpp.

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 206 of file main.cpp.

Here is the call graph for this function:

void putOut ( bytes  _out,
Encoding  _encoding,
bool  _encrypt,
bool  _quiet 
)

Definition at line 181 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void setDefaultOrCLocale ( )

Definition at line 89 of file main.cpp.

void version ( )

Definition at line 70 of file main.cpp.