add_flag_opt(const char c, const string &s, bool *f) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, string *str) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, int *i) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, unsigned int *ui) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, long *l) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, unsigned long *ul) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, double *d) | ASSA::CmdLineOpts | |
add_opt(const char c, const string &s, float *f) | ASSA::CmdLineOpts | |
add_opt(const char c_, const string &s_, OPTS_FUNC f_) | ASSA::CmdLineOpts | |
add_opt(const char c_, const string &s_, OPTS_FUNC_ONE f_) | ASSA::CmdLineOpts | |
assign(Option *node_, const char *op_) | ASSA::CmdLineOpts | protected |
become_daemon() | ASSA::GenServer | static |
CmdLineOpts() | ASSA::CmdLineOpts | inline |
display_help() | ASSA::GenServer | inlinevirtual |
dump() const | ASSA::CmdLineOpts | |
EventHandler() | ASSA::EventHandler | inline |
fatal_signal_hook() | ASSA::GenServer | inlinevirtual |
find_option(const char *str_) | ASSA::CmdLineOpts | protected |
find_option(const char letter_) | ASSA::CmdLineOpts | protected |
fini(void) | ASSA::GenServer | inlinevirtual |
free_argv(char **&argv_) | ASSA::CmdLineOpts | static |
GenServer() | ASSA::GenServer | |
GenServer(const GenServer &) | ASSA::GenServer | private |
get_cmdline_name() | ASSA::GenServer | inline |
get_config_file() | ASSA::GenServer | inline |
get_default_config_file() | ASSA::GenServer | inline |
get_exit_value() const | ASSA::GenServer | inline |
get_id() const | ASSA::EventHandler | inline |
get_opt_error() const | ASSA::CmdLineOpts | inline |
get_port() | ASSA::GenServer | inline |
get_proc_name() | ASSA::GenServer | inline |
get_reactor() | ASSA::GenServer | inline |
get_sig_manager() | ASSA::GenServer | inline |
get_version() | ASSA::GenServer | inline |
handle_close(int fd) | ASSA::EventHandler | inlinevirtual |
handle_except(int fd) | ASSA::EventHandler | inlinevirtual |
handle_read(int fd) | ASSA::EventHandler | inlinevirtual |
handle_signal(int signum_) | ASSA::GenServer | virtual |
handle_timeout(TimerId tid) | ASSA::EventHandler | inlinevirtual |
handle_write(int fd) | ASSA::EventHandler | inlinevirtual |
init(int *argc, char *argv[], const char *help_info) | ASSA::GenServer | virtual |
init_internals() | ASSA::GenServer | private |
init_service()=0 | ASSA::GenServer | pure virtual |
is_valid(const char sopt_, const string &lopt_) | ASSA::CmdLineOpts | protected |
KEEPLOG enum value | ASSA::GenServer | |
LogFlag enum name | ASSA::GenServer | |
m_author | ASSA::GenServer | protected |
m_cmdline_name | ASSA::GenServer | protected |
m_config_file | ASSA::GenServer | protected |
m_daemon | ASSA::GenServer | protected |
m_default_config_file | ASSA::GenServer | protected |
m_error | ASSA::CmdLineOpts | private |
m_exit_value | ASSA::GenServer | protected |
m_graceful_quit | ASSA::GenServer | protected |
m_help_flag | ASSA::GenServer | protected |
m_help_msg | ASSA::GenServer | protected |
m_id | ASSA::EventHandler | protected |
m_instance | ASSA::GenServer | protected |
m_log_file | ASSA::GenServer | protected |
m_log_flag | ASSA::GenServer | protected |
m_log_level | ASSA::GenServer | protected |
m_log_server | ASSA::GenServer | protected |
m_log_size | ASSA::GenServer | protected |
m_log_stdout | ASSA::GenServer | protected |
m_mask | ASSA::GenServer | protected |
m_ommit_pidfile | ASSA::GenServer | protected |
m_opts_set | ASSA::CmdLineOpts | private |
m_pidfile | ASSA::GenServer | protected |
m_pidfile_lock | ASSA::GenServer | protected |
m_port | ASSA::GenServer | protected |
m_proc_name | ASSA::GenServer | protected |
m_reactor | ASSA::GenServer | protected |
m_revision | ASSA::GenServer | protected |
m_sig_dispatcher | ASSA::GenServer | protected |
m_sig_poll | ASSA::GenServer | protected |
m_version | ASSA::GenServer | protected |
m_version_flag | ASSA::GenServer | protected |
m_with_log_server | ASSA::GenServer | protected |
operator=(const GenServer &) | ASSA::GenServer | private |
OptionSet typedef | ASSA::CmdLineOpts | |
OPTS_FUNC typedef | ASSA::CmdLineOpts | |
OPTS_FUNC_ONE typedef | ASSA::CmdLineOpts | |
parse_args(const char *argv[]) | ASSA::CmdLineOpts | |
parse_config_file(IniFile &inifile_) | ASSA::CmdLineOpts | |
pos_arg(const char *arg_) | ASSA::CmdLineOpts | inlineprotectedvirtual |
process_events()=0 | ASSA::GenServer | pure virtual |
resetState(void) | ASSA::EventHandler | inlinevirtual |
resume(void) | ASSA::GenServer | inlinevirtual |
rm_opt(const char c_, const string &s_) | ASSA::CmdLineOpts | |
RMLOG enum value | ASSA::GenServer | |
service_is_active() | ASSA::GenServer | inline |
set_author(const string &author_) | ASSA::GenServer | inline |
set_error_none() | ASSA::CmdLineOpts | inlineprotected |
set_exit_value(int v_) | ASSA::GenServer | inlineprotected |
set_flags(LogFlag logf_) | ASSA::GenServer | inline |
set_id(const std::string &id_) | ASSA::EventHandler | inline |
set_port(string port_) | ASSA::GenServer | inline |
set_proc_name(string proc_name_) | ASSA::GenServer | inline |
set_version(const string &release_, int revision_) | ASSA::GenServer | inline |
stop_service() | ASSA::GenServer | inline |
str_to_argv(const string &src_, int &argc_, char **&argv_) | ASSA::CmdLineOpts | static |
suspend(void) | ASSA::GenServer | inlinevirtual |
~CmdLineOpts() | ASSA::CmdLineOpts | inlinevirtual |
~EventHandler() | ASSA::EventHandler | inlinevirtual |
~GenServer() | ASSA::GenServer | virtual |