#include <string>
#include <list>
#include <ctype.h>
#include <boost/filesystem/path.hpp>
Go to the source code of this file.
Namespaces | |
namespace | utilmm |
Typedefs | |
typedef std::list < std::string > | utilmm::stringlist |
Functions | |
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=" ") |
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) |