OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
static bool isDirectory(const std::string &iPath)