ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
notifier_config.h
1
#ifndef RECODEX_NOTIFIER_CONFIG_H
2
#define RECODEX_NOTIFIER_CONFIG_H
3
4
#include <string>
5
6
10
struct
notifier_config
{
11
public
:
15
std::string
address
;
19
uint16_t
port
;
20
24
std::string
username
;
28
std::string
password
;
29
};
30
31
#endif // RECODEX_NOTIFIER_CONFIG_H
notifier_config::username
std::string username
Definition:
notifier_config.h:24
notifier_config::address
std::string address
Definition:
notifier_config.h:15
notifier_config::port
uint16_t port
Definition:
notifier_config.h:19
notifier_config
Definition:
notifier_config.h:10
notifier_config::password
std::string password
Definition:
notifier_config.h:28
src
config
notifier_config.h
Generated on Sat Nov 19 2016 15:15:48 for ReCodEx - Task Broker by
1.8.12