11#ifndef ROOT_TMemStatHelpers
12#define ROOT_TMemStatHelpers
31 struct SFind_t : std::binary_function<TObject*, TString, bool> {
49 iterator_t iter(&_Container);
53 return ((!(*found)) ? -1 : std::distance(iter.Begin(), found));
60 return std::tolower(
c);
Collectable string class.
Mother of all ROOT objects.
int CompareTo(const char *cs, ECaseCompare cmp=kExact) const
Compare a string to char *cs2.
Int_t find_string(const T &_Container, const TString &_ToFind)
std::string dig2bytes(Long64_t bytes)
This function creates a string representation of the number of bytes, represented as a number in B,...
bool operator()(TObject *_Obj, const TString &_ToFind) const
char operator()(char c) const