Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Principal
Selector.cc
Go to the documentation of this file.
1
#include "
art/Framework/Principal/Selector.h
"
2
// vim: set sw=2 expandtab :
3
4
namespace
art
{
5
6
bool
7
Selector::doMatch
(
BranchDescription
const
& prov)
const
8
{
9
return
sel_
->match(prov);
10
}
11
12
std::string
13
Selector::doPrint
(
std::string
const
&
indent
)
const
14
{
15
return
sel_
->print(indent);
16
}
17
18
}
// namespace art
art::Selector::sel_
std::shared_ptr< SelectorBase > sel_
Definition:
Selector.h:306
string
std::string string
Definition:
nybbler.cc:12
Selector.h
art::Selector::doPrint
std::string doPrint(std::string const &indent) const override
Definition:
Selector.cc:13
art::Selector::doMatch
bool doMatch(BranchDescription const &p) const override
Definition:
Selector.cc:7
art::BranchDescription
Definition:
BranchDescription.h:41
test_nxjs.indent
indent
Definition:
test_nxjs.py:18
art
Definition:
BasicOptionsHandler.h:9
Generated by
1.8.11