Definition at line 24 of file TSchemaRuleSet.h.
Public Member Functions | |
const TSchemaRule * | GetRuleWithSource (const TString &name) const |
Return the rule that has 'name' as a source. More... | |
const TSchemaRule * | GetRuleWithTarget (const TString &name) const |
Return the rule that has 'name' as a target. More... | |
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. More... | |
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. More... | |
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 466 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 477 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 491 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 521 of file TSchemaRuleSet.cxx.
|
inline |
Definition at line 27 of file TSchemaRuleSet.h.