ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
~
+
Functions
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
w
~
+
Variables
a
b
d
f
h
i
k
l
m
p
r
s
t
u
w
Typedefs
+
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Pages
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