All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RootDirFcn.h
Go to the documentation of this file.
1 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP
2 #define ROOTHISTCNV_ROOTDIRFCN_HPP
3 
4 #include <string>
5 
6 namespace RootHistCnv {
7 
8  bool RootCd(const std::string& full);
9 
10  bool RootMkdir(const std::string& full);
11 
12  std::string RootPwd();
13 
14  bool RootTrimLeadingDir(std::string &full, std::string dir);
15 }
16 
17 #endif
bool RootTrimLeadingDir(std::string &full, std::string dir)
Definition: RootDirFcn.cpp:82
std::string RootPwd()
Definition: RootDirFcn.cpp:73
bool RootMkdir(const std::string &full)
Definition: RootDirFcn.cpp:37
bool RootCd(const std::string &full)
Definition: RootDirFcn.cpp:16