#include <string>
#include <vector>
#include <iomanip>
#include "basics/outputOperator.hh"
#include "basics/typedefs.hh"
#include "toolbox/sequence.hh"
#include "toolbox/set.hh"
Go to the source code of this file.
Classes | |
class | concepts::ParseObjectFromString< F > |
Namespaces | |
namespace | concepts |
Functions | |
char | concepts::tolower (const char ch) |
std::string | concepts::stringtolower (const std::string s) |
std::string | concepts::removeAllWhite (const std::string str) |
Removes all white space in the string str . | |
std::string | concepts::getFilename (const std::string str) |
Returns the filename (with ending) of a given full filename. | |
std::string | concepts::getFilenamePrefix (const std::string str) |
std::string | concepts::getDirectory (const std::string str) |
Returns the directory of a given full filename. | |
std::vector< std::string > | concepts::splitString (const std::string text, const std::string separators) |
std::vector< std::string > | concepts::splitStringNameParams (const std::string text) |
std::vector< std::string > | concepts::splitStringByComma (const std::string text) |
template<class F > | |
std::string | concepts::stringSubs (const std::string str, const std::string var, F value) |
Sequence< Real > | concepts::realSeqFromStringWithPower (const std::string s) |
Sequence< concepts::Set< uint > > | concepts::uintSeqSets (const std::string s) |
String functions
Definition in file stringFunc.hh.