_connections | ConnectionManager | |
_got_path_directory | ProgramBase | [protected] |
_got_path_store | ProgramBase | [protected] |
_path_replace | ProgramBase | [protected] |
_port | TextStats | |
_program_args | ProgramBase | |
_program_name | ProgramBase | |
_set_mutex | ConnectionManager | |
_writers | ConnectionManager | |
add_option(const string &option, const string &parm_name, int index_group, const string &description, OptionDispatchFunction option_function, bool *bool_var=(bool *) NULL, void *option_data=(void *) NULL) | ProgramBase | [protected] |
add_option(const string &option, const string &parm_name, int index_group, const string &description, OptionDispatchMethod option_method, bool *bool_var=(bool *) NULL, void *option_data=(void *) NULL) | ProgramBase | [protected] |
add_path_replace_options() | ProgramBase | [protected] |
add_path_store_options() | ProgramBase | [protected] |
add_reader(Connection *connection, PStatReader *reader) | PStatServer | |
ConnectionManager::add_reader(ConnectionReader *reader) | ConnectionManager | |
add_runline(const string &runline) | ProgramBase | [protected] |
add_writer(ConnectionWriter *writer) | ConnectionManager | |
Args typedef | ProgramBase | |
clear_options() | ProgramBase | [protected] |
clear_runlines() | ProgramBase | [protected] |
close_connection(const PointerTo< Connection > &connection) | ConnectionManager | |
Connection | ConnectionManager | [friend] |
ConnectionManager::connection_reset(const PointerTo< Connection > &connection)=0 | ConnectionManager | [pure virtual] |
ConnectionListener | ConnectionManager | [friend] |
ConnectionManager() | ConnectionManager | |
ConnectionReader | ConnectionManager | [friend] |
Connections | ConnectionManager | |
ConnectionWriter | ConnectionManager | [friend] |
dispatch_color(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_coordinate_system(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_count(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_pair(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_quad(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_triple(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_false(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_filename(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_image_type(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_int(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_int_pair(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_none(const string &opt, const string &arg, void *) | ProgramBase | [protected, static] |
dispatch_path_replace(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_path_store(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_search_path(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_string(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_true(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_units(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
format_text(ostream &out, bool &last_newline, const string &prefix, int indent_width, const string &text, int line_width) | ProgramBase | [protected, static] |
get_exec_command() const | ProgramBase | |
get_host_name() | ConnectionManager | [static] |
get_udp_port() | PStatServer | |
handle_args(Args &args) | ProgramBase | [protected, virtual] |
handle_help_option(const string &opt, const string &arg, void *) | ProgramBase | [protected, static] |
is_thread_safe() | PStatServer | [virtual] |
listen(int port=-1) | PStatServer | |
main_loop(bool *interrupt_flag=NULL) | PStatServer | |
make_monitor() | TextStats | [virtual] |
new_connection(const PointerTo< Connection > &connection) | ConnectionManager | |
open_TCP_client_connection(const NetAddress &address, int timeout_ms) | ConnectionManager | |
open_TCP_client_connection(const string &hostname, int port, int timeout_ms) | ConnectionManager | |
open_TCP_server_rendezvous(int port, int backlog) | ConnectionManager | |
open_UDP_connection(int port=0) | ConnectionManager | |
OptionDispatchFunction typedef | ProgramBase | [protected] |
OptionDispatchMethod typedef | ProgramBase | [protected] |
parse_command_line(int argc, char *argv[]) | ProgramBase | [virtual] |
poll() | PStatServer | |
post_command_line() | ProgramBase | [protected, virtual] |
ProgramBase() | ProgramBase | |
PStatServer() | PStatServer | |
redescribe_option(const string &option, const string &description) | ProgramBase | [protected] |
release_udp_port(int port) | PStatServer | |
remove_option(const string &option) | ProgramBase | [protected] |
remove_reader(Connection *connection, PStatReader *reader) | PStatServer | |
ConnectionManager::remove_reader(ConnectionReader *reader) | ConnectionManager | |
remove_writer(ConnectionWriter *writer) | ConnectionManager | |
run() | TextStats | |
set_program_description(const string &description) | ProgramBase | [protected] |
show_description() | ProgramBase | |
show_options() | ProgramBase | |
show_text(const string &text) | ProgramBase | [inline] |
show_text(const string &prefix, int indent_width, string text) | ProgramBase | |
show_usage() | ProgramBase | |
TextStats() | TextStats | |
Writers | ConnectionManager | |
~ConnectionManager() | ConnectionManager | [virtual] |
~ProgramBase() | ProgramBase | [virtual] |
~PStatServer() | PStatServer | |