OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
ssstring_uty.h File Reference
#include <string>
#include <fstream>
#include <vector>
#include <iostream>
#include <sstream>
#include <iterator>
Include dependency graph for ssstring_uty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spritestudio6::SsStringTokenizer
 

Namespaces

namespace  spritestudio6
 

Functions

void spritestudio6::split_string (const std::string &in_str, const char key, std::vector< std::string > &out_array)
 文字列の切り分け
 
bool spritestudio6::is_digit_string (std::string &in_str, bool *is_priod)
 
std::string spritestudio6::path2dir (const std::string &path)
 
std::string spritestudio6::path2file (const std::string &path)
 
std::string spritestudio6::getFullPath (const std::string &basePath, const std::string &relPath)
 
std::string spritestudio6::nomarizeFilename (std::string path)
 
bool spritestudio6::checkFileVersion (std::string fileVersion, std::string nowVersion)