Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
SelectionRules.h File Reference
#include <list>
#include <string>
#include <vector>
#include <utility>
#include "BaseSelectionRule.h"
#include "ClassSelectionRule.h"
#include "VariableSelectionRule.h"
#include "clang/AST/Decl.h"
#include "TClingUtils.h"
#include <iostream>
Include dependency graph for SelectionRules.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SelectionRules
 The class representing the collection of selection rules. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::TMetaUtils
 
namespace  SelectionRulesUtils
 

Functions

template<class RULE >
bool SelectionRulesUtils::areEqual (const RULE *r1, const RULE *r2, bool moduloNameOrPattern=false)
 
template<>
bool SelectionRulesUtils::areEqual< ClassSelectionRule > (const ClassSelectionRule *r1, const ClassSelectionRule *r2, bool moduloNameOrPattern)
 
template<class ASSOCIATIVECONTAINER >
bool SelectionRulesUtils::areEqualAttributes (const ASSOCIATIVECONTAINER &c1, const ASSOCIATIVECONTAINER &c2, bool moduloNameOrPattern)
 
template<class RULESCOLLECTION >
bool SelectionRulesUtils::areEqualColl (const RULESCOLLECTION &r1, const RULESCOLLECTION &r2, bool moduloNameOrPattern=false)