Electroneum
daemonizer.h File Reference
#include <boost/filesystem/path.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include "daemonizer/posix_daemonizer.inl"
Include dependency graph for daemonizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 daemonizer
 

Functions

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