#include <TSchemaRuleSet.h>
Inheritance diagram for ROOT::TSchemaRuleSet:

Definition at line 30 of file TSchemaRuleSet.h.
Definition at line 34 of file TSchemaRuleSet.h.
Definition at line 34 of file TSchemaRuleSet.h.
| ROOT::TSchemaRuleSet::TSchemaRuleSet | ( | ) |
| virtual ROOT::TSchemaRuleSet::~TSchemaRuleSet | ( | ) | [virtual] |
| ROOT::TSchemaRuleSet::TSchemaRuleSet | ( | ) |
| virtual ROOT::TSchemaRuleSet::~TSchemaRuleSet | ( | ) | [virtual] |
| Bool_t ROOT::TSchemaRuleSet::AddRule | ( | TSchemaRule * | rule, | |
| EConsistencyCheck | checkConsistency = kCheckAll | |||
| ) |
Referenced by TClass::AddRule().
| Bool_t ROOT::TSchemaRuleSet::AddRules | ( | TSchemaRuleSet * | rules, | |
| EConsistencyCheck | checkConsistency = kCheckAll | |||
| ) |
Referenced by TFile::MakeProject().
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| Int_t | version | |||
| ) | const |
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| UInt_t | checksum | |||
| ) | const |
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| Int_t | version, | |||
| UInt_t | checksum | |||
| ) | const |
| TClass* ROOT::TSchemaRuleSet::GetClass | ( | ) |
| UInt_t ROOT::TSchemaRuleSet::GetClassCheckSum | ( | ) | const |
| TString ROOT::TSchemaRuleSet::GetClassName | ( | ) | const |
| Int_t ROOT::TSchemaRuleSet::GetClassVersion | ( | ) | const |
| const TObjArray* ROOT::TSchemaRuleSet::GetRules | ( | ) | const |
| const TObjArray* ROOT::TSchemaRuleSet::GetPersistentRules | ( | ) | const |
| void ROOT::TSchemaRuleSet::RemoveRule | ( | TSchemaRule * | rule | ) |
| void ROOT::TSchemaRuleSet::RemoveRules | ( | TObjArray * | rules | ) |
| void ROOT::TSchemaRuleSet::SetClass | ( | TClass * | cls | ) |
Referenced by TClass::AdoptSchemaRules(), and TClass::GetSchemaRules().
| void ROOT::TSchemaRuleSet::ls | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
| void ROOT::TSchemaRuleSet::AsString | ( | TString & | out | ) | const |
| Bool_t ROOT::TSchemaRuleSet::AddRule | ( | TSchemaRule * | rule, | |
| EConsistencyCheck | checkConsistency = kCheckAll | |||
| ) |
| Bool_t ROOT::TSchemaRuleSet::AddRules | ( | TSchemaRuleSet * | rules, | |
| EConsistencyCheck | checkConsistency = kCheckAll | |||
| ) |
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| Int_t | version | |||
| ) | const |
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| UInt_t | checksum | |||
| ) | const |
| const TSchemaMatch* ROOT::TSchemaRuleSet::FindRules | ( | const TString & | source, | |
| Int_t | version, | |||
| UInt_t | checksum | |||
| ) | const |
| TClass* ROOT::TSchemaRuleSet::GetClass | ( | ) |
| UInt_t ROOT::TSchemaRuleSet::GetClassCheckSum | ( | ) | const |
| TString ROOT::TSchemaRuleSet::GetClassName | ( | ) | const |
| Int_t ROOT::TSchemaRuleSet::GetClassVersion | ( | ) | const |
| const TObjArray* ROOT::TSchemaRuleSet::GetRules | ( | ) | const |
| const TObjArray* ROOT::TSchemaRuleSet::GetPersistentRules | ( | ) | const |
| void ROOT::TSchemaRuleSet::RemoveRule | ( | TSchemaRule * | rule | ) |
| void ROOT::TSchemaRuleSet::RemoveRules | ( | TObjArray * | rules | ) |
| void ROOT::TSchemaRuleSet::SetClass | ( | TClass * | cls | ) |
| void ROOT::TSchemaRuleSet::ls | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
| void ROOT::TSchemaRuleSet::AsString | ( | TString & | out | ) | const |
| ClassDef ( TSchemaRuleSet, 1 ) private TObjArray* ROOT::TSchemaRuleSet::fRemainingRules |
Definition at line 63 of file TSchemaRuleSet.h.
Array of non-persisten rules - just for cleanup purposes - owns the elements.
Definition at line 68 of file TSchemaRuleSet.h.
Definition at line 71 of file TSchemaRuleSet.h.
Definition at line 72 of file TSchemaRuleSet.h.
| ClassDef ( TSchemaRuleSet, 1 ) private TObjArray* ROOT::TSchemaRuleSet::fRemainingRules |
Definition at line 63 of file TSchemaRuleSet.h.
Array of non-persisten rules - just for cleanup purposes - owns the elements.
Definition at line 68 of file TSchemaRuleSet.h.
1.5.1