Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::TSchemaRuleProcessor Class Reference

Definition at line 22 of file TSchemaRuleProcessor.h.

Static Public Member Functions

static bool IsANumber (const std::string &source, bool acceptHex=false)
 Check if given string consists of digits.
 
static bool ProcessVersion (const std::string &source, std::pair< Int_t, Int_t > &result)
 
static void SplitDeclaration (const std::string &source, std::list< std::pair< ROOT::Internal::TSchemaType, std::string > > &result)
 
static void SplitList (const std::string &source, std::list< std::string > &result, char delimiter=',')
 
static std::string Trim (const std::string &source)
 

#include </github/home/ROOT-CI/src/core/foundation/res/TSchemaRuleProcessor.h>

Member Function Documentation

◆ IsANumber()

static bool ROOT::Internal::TSchemaRuleProcessor::IsANumber ( const std::string & source,
bool acceptHex = false )
inlinestatic

Check if given string consists of digits.

Definition at line 238 of file TSchemaRuleProcessor.h.

◆ ProcessVersion()

static bool ROOT::Internal::TSchemaRuleProcessor::ProcessVersion ( const std::string & source,
std::pair< Int_t, Int_t > & result )
inlinestatic

Definition at line 158 of file TSchemaRuleProcessor.h.

◆ SplitDeclaration()

static void ROOT::Internal::TSchemaRuleProcessor::SplitDeclaration ( const std::string & source,
std::list< std::pair< ROOT::Internal::TSchemaType, std::string > > & result )
inlinestatic

Definition at line 56 of file TSchemaRuleProcessor.h.

◆ SplitList()

static void ROOT::Internal::TSchemaRuleProcessor::SplitList ( const std::string & source,
std::list< std::string > & result,
char delimiter = ',' )
inlinestatic

Definition at line 26 of file TSchemaRuleProcessor.h.

◆ Trim()

static std::string ROOT::Internal::TSchemaRuleProcessor::Trim ( const std::string & source)
inlinestatic

Definition at line 124 of file TSchemaRuleProcessor.h.


The documentation for this class was generated from the following file: