0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
BasFileMgr.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_BAS_BASFILEMGR_HPP
2
#define __OPENTREP_BAS_BASFILEMGR_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
10
namespace
OPENTREP
{
11
15
struct
BasFileMgr
{
16
public
:
17
18
// //////////// Functional Support Methods ////////////
19
static
bool
doesExistAndIsReadable
(
const
std::string& iFilepath);
20
};
21
22
}
23
#endif
// __OPENTREP_BAS_BASFILEMGR_HPP
OPENTREP
Definition
BasChronometer.cpp:10
OPENTREP::BasFileMgr
Helper class for operations on files and on the file-system.
Definition
BasFileMgr.hpp:15
OPENTREP::BasFileMgr::doesExistAndIsReadable
static bool doesExistAndIsReadable(const std::string &iFilepath)
Definition
BasFileMgr.cpp:23
Generated on Mon May 5 2025 00:00:00 for OpenTREP by
1.13.2