otsdaq
v2_04_01
Return to top level
Main Page
Namespaces
Classes
Files
File List
SOAPParameter.h
1
#ifndef _ots_SOAPParameter_h
2
#define _ots_SOAPParameter_h
3
4
#include "otsdaq-core/SOAPUtilities/DataStructs.h"
5
6
#include <string>
7
8
namespace
ots
9
{
10
class
SOAPParameter
:
public
Parameter
<std::string, std::string>
11
{
12
public
:
13
SOAPParameter
(std::string name =
""
, std::string value =
""
)
14
:
Parameter<std::string, std::string>
(name, value)
15
{
16
;
17
}
18
~
SOAPParameter
(
void
) { ; }
19
20
bool
isEmpty(
void
)
21
{
22
if
(name_ ==
""
&& value_ ==
""
)
23
return
true
;
24
return
false
;
25
}
26
};
27
}
// namespace ots
28
#endif
ots::SOAPParameter
Definition:
SOAPParameter.h:10
ots::Parameter
Definition:
DataStructs.h:12
src
otsdaq-core
SOAPUtilities
SOAPParameter.h
Generated on Fri Jun 28 2019 14:42:38 for otsdaq by
1.8.5