|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "vcsmanager.hpp"#include "filerevisions.hpp"#include "../gui/NumeReWindow.h"#include "datastructures.h"#include <vector>#include <string>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... | |
| std::string replacePathSeparator | ( | const std::string & | __sPath | ) |
This function replaces the Windows style path sparators to UNIX style.
| __sPath | const std::string& |
Definition at line 1548 of file stringtools.cpp.
Referenced by VersionControlSystemManager::getRevisionPath().