TM2IN
0.5.1
|
#include "util.h"
#include "config.h"
#include "Options.h"
#include <iostream>
#include <cmath>
#include <dirent.h>
Functions | |
template<typename Out > | |
void | split (const std::string &s, char delim, Out result) |
std::vector< std::string > | split (const std::string &s, char delim) |
void | printProcess (ull index, ull size, std::string str) |
void | removeFilesInDirectory (std::string path) |
void | createAndRemoveDir () |
void createAndRemoveDir | ( | ) |
void removeFilesInDirectory | ( | std::string | path | ) |
void split | ( | const std::string & | s, |
char | delim, | ||
Out | result | ||
) |
std::vector<std::string> split | ( | const std::string & | s, |
char | delim | ||
) |