Anoncoin  0.9.4
P2P Digital Currency
Enumerations | Functions | Variables
init.h File Reference
#include <string>
Include dependency graph for init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  HelpMessageMode { HMM_ANONCOIND, HMM_ANONCOIN_QT }
 

Functions

void StartShutdown ()
 
bool ShutdownRequested ()
 
void Shutdown ()
 
bool AppInit2 (boost::thread_group &threadGroup)
 Initialize anoncoin. More...
 
std::string HelpMessage (HelpMessageMode mode)
 

Variables

std::string strWalletFile
 
CWalletpwalletMain
 

Enumeration Type Documentation

Enumerator
HMM_ANONCOIND 
HMM_ANONCOIN_QT 

Definition at line 27 of file init.h.

Function Documentation

bool AppInit2 ( boost::thread_group &  threadGroup)

Initialize anoncoin.

Precondition
Parameters should be parsed and config file should be read.

Definition at line 420 of file init.cpp.

Here is the caller graph for this function:

std::string HelpMessage ( HelpMessageMode  mode)

Definition at line 197 of file init.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Shutdown ( )

Definition at line 114 of file init.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool ShutdownRequested ( )

Definition at line 107 of file init.cpp.

Here is the caller graph for this function:

void StartShutdown ( )

Definition at line 103 of file init.cpp.

Here is the caller graph for this function:

Variable Documentation

CWallet* pwalletMain
std::string strWalletFile