LDMX Software
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
Conditions
include
Conditions
URLStreamer.h
1
5
#ifndef CONDITIONS_URLSTREAMER_H_
6
#define CONDITIONS_URLSTREAMER_H_
7
8
#include <istream>
9
#include <memory>
10
#include <string>
11
12
namespace
conditions {
18
std::unique_ptr<std::istream> urlstream(
const
std::string& url);
19
23
void
urlstatistics(
unsigned
int
& http_requests,
unsigned
int
& http_failures);
24
25
}
// namespace conditions
26
27
#endif
Generated by
1.12.0