Functions
string_tools.cpp File Reference
#include "string_tools.h"
#include "os_specific.h"
#include <cstdarg>
#include <cstring>
#include <algorithm>
#include <cstdio>
#include <iostream>
Include dependency graph for string_tools.cpp:

Go to the source code of this file.

Functions

std::string formatString (const char *fmt,...)
bool strEndsWith (const std::string &s, const std::string &end)
std::string strExpandFilename (const std::string &filename)
int strPrintf (std::string &str, const char *fmt,...)
std::vector< std::string > strSplit (const std::string &str, const std::string &delimiters)
bool strStartsWith (const std::string &s, const std::string &start)
std::string strToLower (const std::string &s)
std::string strToUpper (const std::string &s)
std::string trim (const std::string &s)
std::string trimLeft (const std::string &s)
std::string trimRight (const std::string &s)

Function Documentation

std::string formatString ( const char *  fmt,
  ... 
)

Definition at line 81 of file string_tools.cpp.

int strPrintf ( std::string &  str,
const char *  fmt,
  ... 
)

Definition at line 97 of file string_tools.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Wed Dec 26 2012 15:36:49