OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::ServiceUtilities Class Reference

#include <opentrep/service/ServiceUtilities.hpp>

Static Public Member Functions

static bool isDirectory (const std::string &iPath)
 

Detailed Description

Class wrapping some utility functions.

Definition at line 13 of file ServiceUtilities.hpp.

Member Function Documentation

bool OPENTREP::ServiceUtilities::isDirectory ( const std::string &  iPath)
static

States whether the path given as parameter exists and is a directory.

Parameters
conststd::string& Path to be tested for existence.
Returns
bool Whether or not the path corresponds to a directory.

Definition at line 15 of file ServiceUtilities.cpp.

References OPENTREP_LOG_ERROR.


The documentation for this class was generated from the following files: