Definition at line 24 of file TSchemaRuleSet.h.
#include <TSchemaRuleSet.h>
◆ GetRuleWithSource()
const TSchemaRule * TSchemaRuleSet::TMatches::GetRuleWithSource |
( |
const TString & |
name | ) |
const |
◆ GetRuleWithTarget()
const TSchemaRule * TSchemaRuleSet::TMatches::GetRuleWithTarget |
( |
const TString & |
name | ) |
const |
◆ HasRuleWithSource()
Bool_t TSchemaRuleSet::TMatches::HasRuleWithSource |
( |
const TString & |
name, |
|
|
Bool_t |
needingAlloc |
|
) |
| const |
Return true if the set of rules has at least one rule that has the data member named 'name' as a source.
If needingAlloc is true, only the rule that requires the data member to be cached will be taken in consideration.
Definition at line 491 of file TSchemaRuleSet.cxx.
◆ HasRuleWithTarget()
Bool_t TSchemaRuleSet::TMatches::HasRuleWithTarget |
( |
const TString & |
name, |
|
|
Bool_t |
willset |
|
) |
| const |
Return true if the set of rules has at least one rule that has the data member named 'name' as a target.
If willset is true, only the rule that will set the value of the data member.
Definition at line 521 of file TSchemaRuleSet.cxx.
◆ operator bool()
ROOT::Detail::TSchemaRuleSet::TMatches::operator bool |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: