|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <iostream>#include <fstream>#include <sstream>#include <windows.h>#include "filesystem.hpp"#include "../../kernel.hpp"#include "../utils/datetimetools.hpp"Go to the source code of this file.
Functions | |
| std::string | removeQuotationMarks (const std::string &sString) |
| This function simply removes the surrounding quotation marks. More... | |
| static double | windowSystemTimeToDouble (SYSTEMTIME stUTC) |
| Static function to convert Windows UTC system time to a double. More... | |
| std::string removeQuotationMarks | ( | const std::string & | sString | ) |
This function simply removes the surrounding quotation marks.
| sString | const std::string& |
Definition at line 79 of file stringfunctions.hpp.
Referenced by FileSystem::cleanPath().
|
static |
Static function to convert Windows UTC system time to a double.
| stUTC | SYSTEMTIME |
Definition at line 620 of file filesystem.cpp.
References getTimePointFromTimeStamp(), time_stamp::m_hours, time_stamp::m_minutes, time_stamp::m_seconds, time_stamp::m_ymd, and to_double().
Referenced by FileSystem::getFileInfo().