1.00.3
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BasFileMgr.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_BAS_BASFILEMGR_HPP
2
#define __STDAIR_BAS_BASFILEMGR_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
10
namespace
stdair
{
11
13
struct
BasFileMgr
{
14
public
:
15
16
// //////////// Functional Support Methods ////////////
17
static
bool
doesExistAndIsReadable
(
const
std::string& iFilepath);
18
19
};
20
21
}
22
#endif // __STDAIR_BAS_BASFILEMGR_HPP
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
stdair::BasFileMgr
Definition:
BasFileMgr.hpp:13
stdair::BasFileMgr::doesExistAndIsReadable
static bool doesExistAndIsReadable(const std::string &iFilepath)
Definition:
BasFileMgr.cpp:23
Generated for StdAir by
1.8.9.1