#include <string>
#include <list>
#include <ctype.h>
#include <boost/filesystem/path.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
namespace | utilmm |
Typedefs | |
typedef std::list< std::string > | utilmm::stringlist |
Functions | |
boost::filesystem::path | utilmm::clean_path (std::string str) |
std::string | utilmm::join (stringlist const &l, std::string const &sep=" ") |
template<typename T > | |
std::string | utilmm::join (std::list< T > const &l, std::string const &sep=" ") |
stringlist | utilmm::split (std::string const &s, std::string const &sep=" ", bool ignore_empty=true) |
bool | utilmm::starts_with (std::string const &str, std::string const &start) |
std::string | utilmm::upcase (std::string const &s) |