|
BOSS 8.0.0
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 55 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
| int bes::String::compare_nocase | ( | const std::string & | s, |
| const std::string & | s2 ) |
Definition at line 25 of file String.cxx.
|
inline |
Definition at line 61 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
| int bes::String::find_nocase | ( | const std::string & | s, |
| const std::string & | s2 ) |
Definition at line 38 of file String.cxx.
Referenced by find_nocase().
|
inline |
Definition at line 35 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
Referenced by transformToLower().
| unsigned int bes::String::rwHash | ( | const std::string & | str | ) |
Definition at line 58 of file String.cxx.
| std::string bes::String::toLower | ( | const std::string & | str | ) |
Definition at line 46 of file String.cxx.
| std::string bes::String::toUpper | ( | const std::string & | str | ) |
Definition at line 52 of file String.cxx.
|
inline |
Definition at line 38 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
Referenced by toLower().
|
inline |
Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
Referenced by find_nocase(), and toUpper().
|
inline |
Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/String.h.
Referenced by transformToUpper().