Definition at line 28 of file TSchemaRuleSet.h.
Public Member Functions | |
const TSchemaRule * | GetRuleWithSource (const TString &name) const |
Return the rule that has 'name' as a source. | |
const TSchemaRule * | GetRuleWithTarget (const TString &name) const |
Return the rule that has 'name' as a target. | |
Bool_t | 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. | |
Bool_t | 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. | |
operator bool () | |
#include <TSchemaRuleSet.h>
const TSchemaRule * TSchemaRuleSet::TMatches::GetRuleWithSource | ( | const TString & | name | ) | const |
Return the rule that has 'name' as a source.
Definition at line 467 of file TSchemaRuleSet.cxx.
const TSchemaRule * TSchemaRuleSet::TMatches::GetRuleWithTarget | ( | const TString & | name | ) | const |
Return the rule that has 'name' as a target.
Definition at line 478 of file TSchemaRuleSet.cxx.
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 492 of file TSchemaRuleSet.cxx.
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 522 of file TSchemaRuleSet.cxx.
|
inline |
Definition at line 31 of file TSchemaRuleSet.h.