]> Creatis software - bbtk.git/commit - kernel/src/bbtkFactory.cxx
Move some general usage methods to Utilities, to avoid dupplicate code :
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Jan 2008 16:55:04 +0000 (16:55 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Jan 2008 16:55:04 +0000 (16:55 +0000)
commit6990a8aeeaf98fc901ed193b95365b2eee2fb950
tree82dd68acca768828686e853372fac35da8983a06
parent555854b9edeeb49fdd03fad2b1274e6d6db6d9f7
Move some general usage methods to Utilities, to avoid dupplicate code :
static inline bool FileExists(std::string strFilename)
static std::string ExtractPackageName(const std::string  &name,
  std::string& path)
static std::string ExtractScriptName(const std::string  &name
static std::string ExpandLibName(const std::string &name, bool verbose)
static std::string MakeLibnameFromPath(std::string path, std::string pkgname)
static inline  bool IsAtRoot(std::string cwd)
static inline void SplitAroundFirstDot( const std::string& in,
                                            std::string& left,
                                            std::string& right)

  CVS: ----------------------------------------------------------------------
kernel/src/bbtkExecuter.h
kernel/src/bbtkFactory.cxx
kernel/src/bbtkFactory.h
kernel/src/bbtkInterpreter.cxx
kernel/src/bbtkInterpreter.h
kernel/src/bbtkUtilities.cxx
kernel/src/bbtkUtilities.h
kernel/src/bbtkVirtualExec.h