Porytiles
|
#include <filesystem>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | porytiles |
Functions | |
template<typename T > | |
T | porytiles::parseInteger (const char *integerString, const int base) |
template<typename T > | |
T | porytiles::parseInteger (const char *integerString) |
std::vector< std::string > | porytiles::split (std::string input, const std::string &delimiter) |
bool | porytiles::checkFullStringMatch (const std::string &str, const std::string &pattern) |
void | porytiles::trim (std::string &string) |
std::filesystem::path | porytiles::getTmpfilePath (const std::filesystem::path &parentDir, const std::string &fileName) |
std::filesystem::path | porytiles::createTmpdir () |
std::string | porytiles::palIndexToFileName (std::size_t index) |