RioEngine  0.1
My first attempt to create a 3D WYSIWYG Game Engine
StringHelper Member List

This is the complete list of members for StringHelper, including all inherited members.

addPrefix(const std::string &prefix, const std::string &str)StringHelperinlinestatic
removeOccurrencesOfChar(std::string &original_str, char char_to_remove)StringHelperinlinestatic
removeOccurrencesOfString(std::string &original_str, std::string &str_to_remove)StringHelperinlinestatic
split(const std::string &str, const std::string &delimiters)StringHelperinlinestatic