Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BStringUtils.h File Reference

#include <string>
#include <deque>

Include dependency graph for BStringUtils.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

std::string strip (const std::string &str, bool asciiOnly=false)
std::deque< std::string > split (const std::string &str, const std::string &separator)
std::string toUpper (const std::string &str)
std::string toLower (const std::string &str)
std::string format (const std::string &fmt,...)
bool startsWith (const std::string &str, const std::string &prefix)
bool endsWith (const std::string &str, const std::string &suffix)


Function Documentation

bool endsWith const std::string &    str,
const std::string &    suffix
 

std::string format const std::string &    fmt,
...   
 

std::deque<std::string> split const std::string &    str,
const std::string &    separator
 

bool startsWith const std::string &    str,
const std::string &    prefix
 

std::string strip const std::string &    str,
bool    asciiOnly = false
 

std::string toLower const std::string &    str
 

std::string toUpper const std::string &    str
 


Generated on Sat Dec 29 10:00:03 2007 for DSGUI by doxygen1.3-rc3