PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Functions
PGE_FileFormats_misc Namespace Reference

Classes

class  FileInfo
 Provides cross-platform file path calculation for a file names or paths. More...
 
class  TextFileInput
 Provides cross-platform text file reading interface. More...
 

Functions

void split (std::vector< std::string > &dest, const std::string &str, std::string separator)
 
void replaceAll (std::string &str, const std::string &from, const std::string &to)
 
void RemoveSub (std::string &sInput, const std::string &sub)
 
bool hasEnding (std::string const &fullString, std::string const &ending)
 

Detailed Description

Misc I/O classes used by PGE File Library internally