Logo ROOT  
Reference Guide
FoundationUtils.cxx File Reference
#include <ROOT/FoundationUtils.hxx>
#include <RConfigure.h>
#include <algorithm>
#include <errno.h>
#include <string.h>
#include <unistd.h>
Include dependency graph for FoundationUtils.cxx:

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::FoundationUtils
 

Functions

void ROOT::FoundationUtils::ConvertToUnixPath (std::string &Path)
 Transforms a file path by replacing its backslashes with slashes. More...
 
std::string ROOT::FoundationUtils::GetCurrentDir ()
 
const std::string & ROOT::FoundationUtils::GetEtcDir ()
 
const std::string & ROOT::FoundationUtils::GetFallbackRootSys ()
 
const std::string & ROOT::FoundationUtils::GetIncludeDir ()
 \ returns the include directory in the installation. More...
 
const std::string & ROOT::FoundationUtils::GetRootSys ()
 
std::string ROOT::FoundationUtils::MakePathRelative (const std::string &path, const std::string &base, bool isBuildingROOT=false)