NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
vcsmanager.cpp File Reference
#include "vcsmanager.hpp"
#include "filerevisions.hpp"
#include "../gui/NumeReWindow.h"
#include "datastructures.h"
#include <vector>
#include <string>
Include dependency graph for vcsmanager.cpp:

Go to the source code of this file.

Functions

std::string replacePathSeparator (const std::string &)
 This function replaces the Windows style path sparators to UNIX style. More...
 

Function Documentation

◆ replacePathSeparator()

std::string replacePathSeparator ( const std::string &  __sPath)

This function replaces the Windows style path sparators to UNIX style.

Parameters
__sPathconst std::string&
Returns
std::string

Definition at line 1548 of file stringtools.cpp.

Referenced by VersionControlSystemManager::getRevisionPath().