|
Electroneum
|
Functions | |
| void | init_options (boost::program_options::options_description &hidden_options, boost::program_options::options_description &normal_options) |
| boost::filesystem::path | get_default_data_dir () |
| Returns the default data directory. More... | |
| boost::filesystem::path | get_relative_path_base (boost::program_options::variables_map const &vm) |
| template<typename T_executor > | |
| bool | daemonize (int argc, char const *argv[], T_executor &&executor, boost::program_options::variables_map const &vm) |
| bool daemonizer::daemonize | ( | int | argc, |
| char const * | argv[], | ||
| T_executor && | executor, | ||
| boost::program_options::variables_map const & | vm | ||
| ) |

| boost::filesystem::path daemonizer::get_default_data_dir | ( | ) |
Returns the default data directory.
Windows < Vista: C:\Documents and Settings\Username\Application Data\CRYPTONOTE_NAME
Windows >= Vista: C:\Users\Username\AppData\Roaming\CRYPTONOTE_NAME
Mac: ~/Library/Application Support/CRYPTONOTE_NAME
Unix: ~/.CRYPTONOTE_NAME
Definition at line 600 of file util.cpp.

| boost::filesystem::path daemonizer::get_relative_path_base | ( | boost::program_options::variables_map const & | vm | ) |
| void daemonizer::init_options | ( | boost::program_options::options_description & | hidden_options, |
| boost::program_options::options_description & | normal_options | ||
| ) |
