Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
test
TestPluginBase.h
Go to the documentation of this file.
1
#ifndef cetlib_test_TestPluginBase_h
2
#define cetlib_test_TestPluginBase_h
3
4
#include "
cetlib/PluginTypeDeducer.h
"
5
#include <string>
6
7
namespace
cettest
{
8
class
TestPluginBase;
9
}
10
11
namespace
cet
{
12
template
<>
13
struct
PluginTypeDeducer
<
cettest
::TestPluginBase> {
14
static
std::string
const
value
;
15
};
16
}
17
18
class
cettest::TestPluginBase
{
19
public
:
20
TestPluginBase
(
std::string
message
);
21
22
std::string
const
&
message
()
const
;
23
24
virtual
~
TestPluginBase
() =
default
;
25
26
private
:
27
std::string
const
message_
;
28
};
29
#endif
/* cetlib_test_TestPluginBase_h */
30
31
// Local Variables:
32
// mode: c++
33
// End:
cet::PluginTypeDeducer< cettest::TestPluginBase >::value
static std::string const value
Definition:
TestPluginBase.h:14
cettest
Definition:
LibraryManagerTestFunc.h:6
string
std::string string
Definition:
nybbler.cc:12
cet::PluginTypeDeducer
Definition:
PluginTypeDeducer.h:31
cettest::TestPluginBase
Definition:
TestPluginBase.h:18
PluginTypeDeducer.h
cet
Definition:
PluginSymbolResolvers.h:8
python.root_metadata.message
message
Definition:
root_metadata.py:29
cettest::TestPluginBase::message_
std::string const message_
Definition:
TestPluginBase.h:27
Generated by
1.8.11