#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.
|
| stringlist | utilmm::split (std::string const &s, std::string const &sep=" ", bool ignore_empty=true) |
| |
| 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=" ") |
| |
| std::string | utilmm::upcase (std::string const &s) |
| |
| bool | utilmm::starts_with (std::string const &str, std::string const &start) |
| |
| boost::filesystem::path | utilmm::clean_path (std::string str) |
| |