Include dependency graph for ServerMain_T.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | ServerMainData |
| struct | ServerMainDefaults |
Functions | |
| void | sigexit_handler (int sig) |
| Handler for SIGINT/SIGTERM signals. | |
| void | server_main_usage (char *prog_name, struct ServerMainDefaults &smd) |
| Output the usage message for this program to standard error. | |
| template<class T, class U> int | server_main (struct ServerMainDefaults &smd, int argc, char *argv[]) |
| Template function for a server that exports a single object. | |
Variables | |
| ServerMainData | server_main_data |
|
||||||||||||||||||||
|
Template function for a server that exports a single object.
|
|
||||||||||||
|
Output the usage message for this program to standard error.
|
|
|
Handler for SIGINT/SIGTERM signals.
|
1.3.4