ROOT
6.07/01
Reference Guide
|
Definition at line 24 of file TSchemaRuleProcessor.h.
Static Public Member Functions | |
static void | SplitList (const std::string &source, std::list< std::string > &result, char delimiter=',') |
static void | SplitDeclaration (const std::string &source, std::list< std::pair< ROOT::Internal::TSchemaType, std::string > > &result) |
static std::string | Trim (const std::string &source) |
static bool | ProcessVersion (const std::string &source, std::pair< Int_t, Int_t > &result) |
static bool | IsANumber (const std::string &source) |
#include <TSchemaRuleProcessor.h>
|
inlinestatic |
Definition at line 239 of file TSchemaRuleProcessor.h.
Referenced by ROOT::TSchemaRule::ProcessChecksum(), ProcessVersion(), and ROOT::ValidateRule().
|
inlinestatic |
Definition at line 160 of file TSchemaRuleProcessor.h.
Referenced by ROOT::TSchemaRule::ProcessVersion(), and ROOT::ValidateRule().
|
inlinestatic |
Definition at line 58 of file TSchemaRuleProcessor.h.
Referenced by ROOT::TSchemaRule::ProcessDeclaration(), ROOT::ValidateRule(), and ROOT::WriteReadRuleFunc().
|
inlinestatic |
Definition at line 28 of file TSchemaRuleProcessor.h.
Referenced by ROOT::GetRuleIncludes(), ROOT::HasValidDataMembers(), ROOT::TSchemaRule::ProcessChecksum(), ROOT::TSchemaRule::ProcessList(), ROOT::TSchemaRule::ProcessVersion(), ROOT::ValidateRule(), ROOT::WriteReadRawRuleFunc(), and ROOT::WriteReadRuleFunc().
|
inlinestatic |
Definition at line 126 of file TSchemaRuleProcessor.h.
Referenced by ROOT::ParseRule(), ProcessVersion(), SplitDeclaration(), SplitList(), and ROOT::ValidateRule().