Logo ROOT  
Reference Guide
TMemStatHelpers.h File Reference
#include "TString.h"
#include "TObjString.h"
#include "TCollection.h"
#include <string>
#include <functional>
#include <algorithm>
#include <cctype>
Include dependency graph for TMemStatHelpers.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  Memstat::SFind_t
 
struct  Memstat::ToLower_t
 

Namespaces

namespace  Memstat
 

Functions

std::string Memstat::dig2bytes (Long64_t bytes)
 This function creates a string representation of the number of bytes, represented as a number in B, kB, MB or GB depending on the value. More...
 
template<class T >
Int_t Memstat::find_string (const T &_Container, const TString &_ToFind)