ucm_schilling
src
Config.hpp
Go to the documentation of this file.
1
#ifndef _UCM_SCHILLING_CONFIG_HPP_
2
#define _UCM_SCHILLING_CONFIG_HPP_
3
4
namespace
ucm_schilling
5
{
6
7
struct
Config
8
{
9
int
count0
;
10
int
count50
;
11
int
count100
;
12
13
Config
()
14
: count0(0),
15
count50(50),
16
count100(100)
17
{
18
}
19
20
};
21
22
}
23
#endif
ucm_schilling::Config::Config
Config()
Definition:
Config.hpp:13
ucm_schilling::Config::count100
int count100
Definition:
Config.hpp:11
ucm_schilling::Config::count0
int count0
Definition:
Config.hpp:9
ucm_schilling::Config
Definition:
Config.hpp:7
ucm_schilling::Config::count50
int count50
Definition:
Config.hpp:10
ucm_schilling
Definition:
Config.hpp:4
Generated by
1.8.13