Cutout Vis2012
TUWienVisualisierung2(SS2012)-AdaptiveCutaways
 All Classes Namespaces Functions Pages
Static Public Member Functions | List of all members
StringUtil Class Reference

#include <StringUtil.h>

Static Public Member Functions

static void tokenize (const std::string &str, std::vector< std::string > *tokens, const std::string &delim=" ")
 
static std::string getBasePath (const std::string &str)
 
static std::string getFileName (const std::string &str)
 
static std::string getFileNameWithoutExtension (const std::string &str)
 
static std::string toLowerCase (const std::string &str)
 

Detailed Description

Static methods for string processing

Member Function Documentation

void StringUtil::tokenize ( const std::string &  str,
std::vector< std::string > *  tokens,
const std::string &  delim = " " 
)
static

Splits str into substrings by the delimiter delim. Substrings are pushed back on tokens

string StringUtil::toLowerCase ( const std::string &  str)
static

Transforms a string to lower case


The documentation for this class was generated from the following files: