|
BOSS 7.1.1
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 |
| int bes::String::compare_nocase | ( | const std::string & | s, |
| const std::string & | s2 ) |
Definition at line 27 of file String.cxx.
|
inline |
| 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 |
| 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 |
|
inline |
Definition at line 41 of file String.h.
Referenced by find_nocase(), and toUpper().
|
inline |