StdAir Logo  0.44.0
C++ Standard Airline IT Object Library
BasFileMgr.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASFILEMGR_HPP
00002 #define __STDAIR_BAS_BASFILEMGR_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 
00010 namespace stdair {
00011 
00013   struct BasFileMgr {
00014   public:
00015 
00016     // //////////// Functional Support Methods ////////////
00017     static bool doesExistAndIsReadable (const std::string& iFilepath);
00018     
00019   };
00020 
00021 }
00022 #endif // __STDAIR_BAS_BASFILEMGR_HPP