Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
Utilities
interface
SquidNet.h
Go to the documentation of this file.
1
#ifndef EVF_SQUIDNET_H
2
#define EVF_SQUIDNET_H
3
4
#include <string>
5
6
namespace
evf
7
{
8
class
SquidNet
9
{
10
public
:
11
SquidNet
(
unsigned
int
, std::string
const
&);
12
virtual
~SquidNet
(){}
13
bool
check
();
14
private
:
15
unsigned
int
port_
;
16
std::string
proxy_
;
17
std::string
urlToGet_
;
18
};
19
}
20
#endif
evf::SquidNet::check
bool check()
Definition:
SquidNet.cc:21
evf::SquidNet
Definition:
SquidNet.h:8
evf::SquidNet::~SquidNet
virtual ~SquidNet()
Definition:
SquidNet.h:12
evf::SquidNet::port_
unsigned int port_
Definition:
SquidNet.h:15
evf::SquidNet::proxy_
std::string proxy_
Definition:
SquidNet.h:16
evf::SquidNet::urlToGet_
std::string urlToGet_
Definition:
SquidNet.h:17
evf::SquidNet::SquidNet
SquidNet(unsigned int, std::string const &)
Definition:
SquidNet.cc:15
Generated for CMSSW Reference Manual by
1.8.5