Definition at line 22 of file TSchemaRuleProcessor.h.
 
#include </github/home/ROOT-CI/src/core/foundation/res/TSchemaRuleProcessor.h>
◆ IsANumber()
  
  | 
        
          | static bool ROOT::Internal::TSchemaRuleProcessor::IsANumber | ( | const std::string & | source, |  
          |  |  | bool | acceptHex = false ) |  | inlinestatic | 
 
 
◆ ProcessVersion()
  
  | 
        
          | static bool ROOT::Internal::TSchemaRuleProcessor::ProcessVersion | ( | const std::string & | source, |  
          |  |  | std::pair< Int_t, Int_t > & | result ) |  | inlinestatic | 
 
 
◆ SplitDeclaration()
  
  | 
        
          | static void ROOT::Internal::TSchemaRuleProcessor::SplitDeclaration | ( | const std::string & | source, |  
          |  |  | std::list< std::pair< ROOT::Internal::TSchemaType, std::string > > & | result ) |  | inlinestatic | 
 
 
◆ SplitList()
  
  | 
        
          | static void ROOT::Internal::TSchemaRuleProcessor::SplitList | ( | const std::string & | source, |  
          |  |  | std::list< std::string > & | result, |  
          |  |  | char | delimiter = ',' ) |  | inlinestatic | 
 
 
◆ Trim()
  
  | 
        
          | static std::string ROOT::Internal::TSchemaRuleProcessor::Trim | ( | const std::string & | source | ) |  |  | inlinestatic | 
 
 
The documentation for this class was generated from the following file: