![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include <string>
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 |
CWallet * | pwalletMain |
enum HelpMessageMode |
bool AppInit2 | ( | boost::thread_group & | threadGroup | ) |
std::string HelpMessage | ( | HelpMessageMode | mode | ) |
void Shutdown | ( | ) |
bool ShutdownRequested | ( | ) |
void StartShutdown | ( | ) |
CWallet* pwalletMain |
std::string strWalletFile |