OpenMW
Classes | Static Public Member Functions
Misc::StringUtils Class Reference

#include <stringops.hpp>

List of all members.

Classes

struct  ci

Static Public Member Functions

static bool ciLess (const std::string &x, const std::string &y)
static bool ciEqual (const std::string &x, const std::string &y)
static int ciCompareLen (const std::string &x, const std::string &y, size_t len)
static std::string & toLower (std::string &inout)
 Transforms input string to lower case w/o copy.
static std::string lowerCase (const std::string &in)
 Returns lower case copy of input string.

Member Function Documentation

static int Misc::StringUtils::ciCompareLen ( const std::string &  x,
const std::string &  y,
size_t  len 
) [inline, static]
static bool Misc::StringUtils::ciEqual ( const std::string &  x,
const std::string &  y 
) [inline, static]
static bool Misc::StringUtils::ciLess ( const std::string &  x,
const std::string &  y 
) [inline, static]
static std::string Misc::StringUtils::lowerCase ( const std::string &  in) [inline, static]

Returns lower case copy of input string.

static std::string& Misc::StringUtils::toLower ( std::string &  inout) [inline, static]

Transforms input string to lower case w/o copy.


The documentation for this class was generated from the following file: