Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RootDirFcn.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP
00004 #define ROOTHISTCNV_ROOTDIRFCN_HPP
00005 
00006 #include <string>
00007 
00008 namespace RootHistCnv {
00009 
00010   bool RootCd(const std::string& full);
00011 
00012   bool RootMkdir(const std::string& full);
00013 
00014   std::string RootPwd();
00015 
00016   bool RootTrimLeadingDir(std::string &full, std::string dir);
00017 
00018 }
00019 
00020 #endif

Generated at Wed Nov 21 12:20:49 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000