Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Functions
SelectionRules.h File Reference
#include <list>
#include "BaseSelectionRule.h"
#include "ClassSelectionRule.h"
#include "VariableSelectionRule.h"
#include "clang/AST/Decl.h"
#include "TMetaUtils.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

 cling
 Print a TSeq at the prompt:
 
 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::TMetaUtils
 
 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)