BOSS 7.0.5
BESIII Offline Software System
|
Functions | |
void | lowerCh (char &c) |
void | upperCh (char &c) |
void | transformToLower (std::string &str) |
void | transformToUpper (std::string &str) |
std::string | toLower (const std::string &str) |
std::string | toUpper (const std::string &str) |
int | compare_nocase (const std::string &s, const std::string &s2) |
int | compare_nocase (const std::string &s, const char *s2) |
int | find_nocase (const std::string &s, const std::string &s2) |
int | find_nocase (const std::string &s, const char *s2) |
unsigned int | rwHash (const std::string &str) |
|
inline |
Definition at line 56 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
int bes::String::compare_nocase | ( | const std::string & | s, |
const std::string & | s2 | ||
) |
Definition at line 27 of file String.cxx.
|
inline |
Definition at line 63 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
int bes::String::find_nocase | ( | const std::string & | s, |
const std::string & | s2 | ||
) |
Definition at line 41 of file String.cxx.
Referenced by find_nocase().
|
inline |
Definition at line 35 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
Referenced by transformToLower().
unsigned int bes::String::rwHash | ( | const std::string & | str | ) |
Definition at line 64 of file String.cxx.
std::string bes::String::toLower | ( | const std::string & | str | ) |
Definition at line 50 of file String.cxx.
std::string bes::String::toUpper | ( | const std::string & | str | ) |
Definition at line 57 of file String.cxx.
|
inline |
Definition at line 38 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
Referenced by toLower().
|
inline |
Definition at line 41 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
Referenced by find_nocase(), and toUpper().
|
inline |
Definition at line 36 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/String.h.
Referenced by transformToUpper().