JayBeams
0.1
Another project to have fun coding.
|
This is an example of how to create and use configuration objects in JayBeams. More...
Go to the source code of this file.
Classes | |
class | thread_config |
A configuration class for threads. More... | |
class | worker_config |
A configuration class for a worker with two threads. More... | |
class | program_config |
The main configuration class for this example program. More... | |
Functions | |
int | main (int argc, char *argv[]) |
This is an example of how to create and use configuration objects in JayBeams.
Definition in file configuration.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 82 of file configuration.cpp.
References jb::usage::exit_status(), jb::config_object::load_overrides(), program_config::securities, and program_config::workers.