ROOT  6.06/09
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:

Go to the source code of this file.

Classes

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

Namespaces

 cling
 
 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::TMetaUtils
 
 SelectionRulesUtils
 

Functions

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