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
string_to_hex.h
1
#ifndef RECODEX_BROKER_STRING_TO_HEX_H
2
#define RECODEX_BROKER_STRING_TO_HEX_H
3
4
#include <iomanip>
5
#include <sstream>
6
#include <string>
7
8
namespace
helpers
9
{
15
std::string string_to_hex(
const
std::string &
string
);
16
}
17
18
19
#endif // RECODEX_BROKER_STRING_TO_HEX_H
helpers
Definition:
curl.h:7
src
helpers
string_to_hex.h
Generated on Sat Nov 19 2016 15:15:48 for ReCodEx - Task Broker by
1.8.12