JayBeams  0.1
Another project to have fun coding.
Classes | Functions
configuration.cpp File Reference

This is an example of how to create and use configuration objects in JayBeams. More...

#include <jb/config_object.hpp>
#include <jb/strtonum.hpp>
#include <iostream>

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[])
 

Detailed Description

This is an example of how to create and use configuration objects in JayBeams.

Definition in file configuration.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)