OpenTREP Logo  0.07.7
C++ Open Travel Request Parsing Library
ServiceUtilities.hpp
Go to the documentation of this file.
1 #ifndef __OPENTREP_SVC_SERVICEUTILITIES_HPP
2 #define __OPENTREP_SVC_SERVICEUTILITIES_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 
10 namespace OPENTREP {
11 
14  public:
18  static bool isDirectory (const std::string& iPath);
19  };
20 
21 }
22 #endif // __OPENTREP_SVC_SERVICEUTILITIES_HPP
OPENTREP::ServiceUtilities::isDirectory
static bool isDirectory(const std::string &iPath)
Definition: ServiceUtilities.cpp:15
OPENTREP::ServiceUtilities
Definition: ServiceUtilities.hpp:13
OPENTREP
Definition: BasChronometer.cpp:10