Scorum
|
#include <scorum/app/api_access.hpp>
#include <scorum/app/api_context.hpp>
#include <scorum/chain/database/database.hpp>
#include <graphene/net/node.hpp>
#include <fc/api.hpp>
#include <fc/rpc/api_connection.hpp>
#include <fc/rpc/websocket_api.hpp>
#include <boost/program_options.hpp>
Go to the source code of this file.
Classes | |
class | scorum::app::application |
Namespaces | |
scorum | |
scorum::chain | |
scorum::app | |
scorum::app::detail | |
Macros | |
#define | SCORUMD_CONFIG_FILE_NAME "config.ini" |
Functions | |
void | scorum::app::print_application_version () |
void | scorum::app::print_program_options (std::ostream &stream, const boost::program_options::options_description &options) |
template<class C , typename... Args> | |
boost::signals2::scoped_connection | scorum::app::connect_signal (boost::signals2::signal< void(Args...)> &sig, C &c, void(C::*f)(Args...)) |
fc::path | scorum::app::get_data_dir_path (const boost::program_options::variables_map &options) |
fc::path | scorum::app::get_config_file_path (const boost::program_options::variables_map &options) |
void | scorum::app::create_config_file_if_not_exist (const fc::path &config_ini_path, const boost::program_options::options_description &cfg_options) |
#define SCORUMD_CONFIG_FILE_NAME "config.ini" |
Definition at line 38 of file application.hpp.