mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
Delete Helper.h
Duplikat
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#include <string>
|
|
||||||
#include <fstream>
|
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
std::string FormatFileName(std::string input);
|
|
||||||
void FindReplace(std::string& line, std::string& oldString, std::string& newString);
|
|
||||||
|
|
||||||
void CopyFile(string input, string output);
|
|
||||||
|
|
||||||
size_t findDelimiterPos(string input, string delimiter);
|
|
||||||
//string trim(string istring);
|
|
||||||
string trim(string istring, string adddelimiter = "");
|
|
||||||
bool ctype_space(const char c, string adddelimiter);
|
|
||||||
|
|
||||||
string getFileType(string filename);
|
|
||||||
|
|
||||||
string toUpper(string in);
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user