#include <HanConfig.h>
Definition at line 146 of file HanConfig.h.
◆ RegexVisitor()
| dqi::HanConfig::RegexVisitor::RegexVisitor |
( |
std::set< std::string > & | regexes_ | ) |
|
Definition at line 883 of file HanConfig.cxx.
886{
887}
std::set< std::string > & m_regexes
◆ Visit()
| boost::shared_ptr< dqm_core::Node > dqi::HanConfig::RegexVisitor::Visit |
( |
const HanConfigAssessor * | node, |
|
|
boost::shared_ptr< dqm_core::Region > | ) |
|
virtual |
Implements dqi::HanConfigAssessor::Visitor.
Definition at line 890 of file HanConfig.cxx.
892{
893
894 if (dynamic_cast<const HanConfigGroup*>(node) != NULL) {
895 return boost::shared_ptr<dqm_core::Parameter>();
896 }
897 if (node->GetIsRegex()) {
899 }
900 return boost::shared_ptr<dqm_core::Parameter>();
901}
◆ m_regexes
| std::set<std::string>& dqi::HanConfig::RegexVisitor::m_regexes |
|
protected |
The documentation for this class was generated from the following files: