Selector.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
6  bool
8  {
9  return sel_->match(prov);
10  }
11 
14  {
15  return sel_->print(indent);
16  }
17 
18 } // namespace art
std::shared_ptr< SelectorBase > sel_
Definition: Selector.h:306
std::string string
Definition: nybbler.cc:12
std::string doPrint(std::string const &indent) const override
Definition: Selector.cc:13
bool doMatch(BranchDescription const &p) const override
Definition: Selector.cc:7